1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 19:47:14 +00:00

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
This commit is contained in:
Go MAEDA 2022-06-29 01:04:05 +00:00
parent 0b4aab3144
commit 3b95c2d2d8
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<%= form_tag({}, :class => "tabular") do %>
<div class="box">
<p><label for="password"><%=l(:field_password)%> <span class="required">*</span></label>
<p><label for="password"><%=l(:field_current_password)%> <span class="required">*</span></label>
<%= password_field_tag 'password', nil, :size => 25 %></p>
<p><label for="new_password"><%=l(:field_new_password)%> <span class="required">*</span></label>

View File

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