diff options
author | Go MAEDA <maeda@farend.jp> | 2023-02-07 03:53:27 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2023-02-07 03:53:27 +0000 |
commit | c94296720d191487aa903b7cb0e27e52e37344c8 (patch) | |
tree | cb4ac5df66fde274b2f9445145660c600facea70 /config/locales/zh.yml | |
parent | e03bc47e1413a771505dcbf3fbb907d3a689e24a (diff) | |
download | redmine-c94296720d191487aa903b7cb0e27e52e37344c8.tar.gz redmine-c94296720d191487aa903b7cb0e27e52e37344c8.zip |
Remove "Unknown user" notification on password request with non-existent email address (#6254).
Patch by Go MAEDA.
git-svn-id: https://svn.redmine.org/redmine/trunk@22100 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/zh.yml')
-rw-r--r-- | config/locales/zh.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/locales/zh.yml b/config/locales/zh.yml index e0b98a2e3..468f09043 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -161,7 +161,6 @@ zh: notice_account_password_updated: 密码更新成功 notice_account_wrong_password: 密码错误 notice_account_register_done: 帐号创建成功,请使用注册确认邮件中的链接来激活您的帐号。 - notice_account_unknown_email: 未知用户 notice_can_t_change_password: 该帐号使用了外部认证,因此无法更改密码。 notice_account_lost_email_sent: 系统已将引导您设置新密码的邮件发送给您。 notice_account_activated: 您的帐号已被激活。您现在可以登录了。 |