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/ja.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/ja.yml')
-rw-r--r-- | config/locales/ja.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 9f0802f1a..7ca4c888c 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -178,7 +178,6 @@ ja: notice_account_password_updated: パスワードが更新されました。 notice_account_wrong_password: パスワードが違います notice_account_register_done: アカウントを作成しました。アカウントを有効にするための手順を記載したメールを %{email} 宛に送信しました。 - notice_account_unknown_email: ユーザーが存在しません。 notice_can_t_change_password: このアカウントでは外部認証を使っています。パスワードは変更できません。 notice_account_lost_email_sent: パスワードを再設定する手順を記載したメールを送信しました。 notice_account_activated: アカウントが有効になりました。ログインできます。 |