diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-05-08 08:27:24 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-05-08 08:27:24 +0000 |
commit | 2da406e12aef71b8d5f7abe9906d8051b9ea6661 (patch) | |
tree | 77c3c8addcab3a47ee0e991c54179e0315d38783 /config/locales/en.yml | |
parent | b553b23e6b9d712d9c1168cbb167a2bbfd9ec088 (diff) | |
download | redmine-2da406e12aef71b8d5f7abe9906d8051b9ea6661.tar.gz redmine-2da406e12aef71b8d5f7abe9906d8051b9ea6661.zip |
Adds a specific string for password changed notification (#21421).
git-svn-id: http://svn.redmine.org/redmine/trunk@15399 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 f7c696dca..e1a8f2bd4 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -236,6 +236,7 @@ en: mail_body_security_notification_notify_enabled: "Email address %{value} now receives notifications." mail_body_security_notification_notify_disabled: "Email address %{value} no longer receives notifications." mail_body_settings_updated: "The following settings were changed:" + mail_body_password_updated: "Your password has been changed." field_name: Name field_description: Description |