From 3b95c2d2d8f00986fd784122d42a5f453ca7b5b1 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Wed, 29 Jun 2022 01:04:05 +0000 Subject: [PATCH] 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 --- app/views/my/password.html.erb | 2 +- config/locales/en.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/my/password.html.erb b/app/views/my/password.html.erb index 4e123db48..91f66ccd7 100644 --- a/app/views/my/password.html.erb +++ b/app/views/my/password.html.erb @@ -4,7 +4,7 @@ <%= form_tag({}, :class => "tabular") do %>
-

+

<%= password_field_tag 'password', nil, :size => 25 %>

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 -- 2.39.5