liuxiran commented on a change in pull request #1212:
URL: https://github.com/apache/apisix-dashboard/pull/1212#discussion_r551798188
##########
File path: web/src/pages/Consumer/locales/zh-CN.ts
##########
@@ -17,8 +17,8 @@
export default {
'page.consumer.form.itemRuleMessage.username':
'最大长度100,仅支持字母、数字和 _ ,且只能以字母开头',
- 'page.consumer.form.itemExtraMessage.username': '用户名需唯一',
+ 'page.consumer.form.itemExtraMessage.username': '名称需唯一',
Review comment:
@imjoey I also noticed that, the lable name `page.consumer.username`
would be better to follow other moudules.
for the `page.consumer.form.itemExtraMessage.username`, which is used to
show a input tip

IMHO, It may be better to be specific.
meanwhile, the itemExtraMessage are not yet unified in different modules,
maybe we need to deal with it uniformly
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]