foolwc commented on a change in pull request #2085:
URL: https://github.com/apache/apisix-dashboard/pull/2085#discussion_r694772298
##########
File path: docs/en/latest/I18N_USER_GUIDE.md
##########
@@ -64,7 +64,7 @@ we have already defined many global keys, before you do i18n,
you can refer to [
```js
'page.route.form.itemRulesExtraMessage.parameterName': '仅支持字母和数字,且只能以字母开头',
-'page.route.form.itemRulesPatternMessage.apiNameRule': '最大长度100,仅支持字母、数字、- 和
_,且只能以字母开头',
+'page.route.form.itemRulesPatternMessage.apiNameRule': '最大长度应仅为 100',
Review comment:
``` suggestion
'page.route.form.itemRulesPatternMessage.apiNameRule': '最大长度应小于100',
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]