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:
parent
0b4aab3144
commit
3b95c2d2d8
@ -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>
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user