Commit d2dba64c authored by Jérome Perrin's avatar Jérome Perrin

*: use "New Password Confirmation" term in dialogs to change password

Use consistent term as in PreferenceTool_viewChangePasswordDialog. In
dialogs the field label show "what information is in the field" not
"what the user is supposed to do with this field"
parent cf3dccbe
......@@ -32,7 +32,7 @@
<div><input autofocus name="password" type="password" value="" required=""></div>
</div>
<div class="ui-field-contain">
<label data-i18n="Retype New Password">Retype New Password<span></span></label>
<label data-i18n="New Password Confirmation">New Password Confirmation<span></span></label>
<div><input name="password_confirm" type="password" value="" required=""></div>
</div>
<div class="ui-field-contain">
......
......@@ -241,7 +241,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Retype New Password</string> </value>
<value> <string>New Password Confirmation</string> </value>
</item>
<item>
<key> <string>truncate</string> </key>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment