diff options
author | Go MAEDA <maeda@farend.jp> | 2022-06-29 01:04:05 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2022-06-29 01:04:05 +0000 |
commit | 3b95c2d2d8f00986fd784122d42a5f453ca7b5b1 (patch) | |
tree | 6b30c6d707cccd054c584f91da6b327680248a10 /config/locales/en.yml | |
parent | 0b4aab3144a732cfe21d7cb13d5d9c3563071cc7 (diff) | |
download | redmine-3b95c2d2d8f00986fd784122d42a5f453ca7b5b1.tar.gz redmine-3b95c2d2d8f00986fd784122d42a5f453ca7b5b1.zip |
Improve wording on password change form (#36908).
Contributed by Vu Nguyen.
git-svn-id: https://svn.redmine.org/redmine/trunk@21692 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 5fee1e225..209e827f6 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -326,6 +326,7 @@ en: field_language: Language field_effective_date: Due date field_password: Password + field_current_password: Current password field_new_password: New password field_password_confirmation: Confirmation field_twofa_scheme: Two-factor authentication scheme |