diff options
author | Go MAEDA <maeda@farend.jp> | 2018-04-24 15:02:13 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2018-04-24 15:02:13 +0000 |
commit | ff512bf834bae9dd3af9d0ef24070d210536e124 (patch) | |
tree | 59ed52f421b83b29de5185a4e86189a701102cb8 /config/locales/en.yml | |
parent | 687ebc41055ed1e94a87cc783d762fb850577b6f (diff) | |
download | redmine-ff512bf834bae9dd3af9d0ef24070d210536e124.tar.gz redmine-ff512bf834bae9dd3af9d0ef24070d210536e124.zip |
Add note about link validity to password lost email (#28561).
Patch by Gregor Schmidt.
git-svn-id: http://svn.redmine.org/redmine/trunk@17307 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r-- | config/locales/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 618ff3f2a..1c61c76ea 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -225,6 +225,7 @@ en: mail_subject_lost_password: "Your %{value} password" mail_body_lost_password: 'To change your password, click on the following link:' + mail_body_lost_password_validity: 'Please be aware that you may change the password only once using this link.' mail_subject_register: "Your %{value} account activation" mail_body_register: 'To activate your account, click on the following link:' mail_body_account_information_external: "You can use your %{value} account to log in." |