You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/02/21 06:41:46 UTC

[GitHub] [apisix-dashboard] juzhiyuan commented on a change in pull request #1491: add tips on login page

juzhiyuan commented on a change in pull request #1491:
URL: https://github.com/apache/apisix-dashboard/pull/1491#discussion_r579759905



##########
File path: web/src/pages/User/locales/en-US.ts
##########
@@ -25,6 +25,8 @@ export default {
   'component.user.loginMethodPassword.incorrectPassword': 'Incorrect username or password',
   'component.user.loginMethodPassword.fieldInvalid': 'Please check username and password',
   'component.user.loginMethodPassword.success': 'Login Success',
+  'component.user.loginMethodPassword.changeDefaultAccount': 'How to update username/password ?',

Review comment:
       ```suggestion
     'component.user.loginMethodPassword.changeDefaultAccount': 'How to update username/password?',
   ```

##########
File path: web/src/pages/User/locales/zh-CN.ts
##########
@@ -25,6 +25,8 @@ export default {
   'component.user.loginMethodPassword.incorrectPassword': '账号或密码错误',
   'component.user.loginMethodPassword.fieldInvalid': '请检查账号和密码',
   'component.user.loginMethodPassword.success': '登录成功',
+  'component.user.loginMethodPassword.changeDefaultAccount': '如何修改默认账户和密码 ?',

Review comment:
       ```suggestion
     'component.user.loginMethodPassword.changeDefaultAccount': '如何修改默认账户和密码?',
   ```




----------------------------------------------------------------
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:
users@infra.apache.org