diff options
author | Sunil Joshi <joshi_sunil@in.com> | 2013-07-25 23:03:04 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-07-25 23:03:04 +0200 |
commit | 8afeaf6dfbf490cb4e293945b7f12e3f5dcf236a (patch) | |
tree | 6df89a943ea6267b5d74805510f7de91d35093e2 | |
parent | 436189f8d80ffb1d740b25a2d194e09611c327cf (diff) | |
download | bugzilla-8afeaf6dfbf490cb4e293945b7f12e3f5dcf236a.tar.gz bugzilla-8afeaf6dfbf490cb4e293945b7f12e3f5dcf236a.tar.xz |
Bug 896183 - Change password screen mentions "New Password Again" it should be "Confirm new password"
r=dkl,a=sgreen
-rw-r--r-- | template/en/default/account/password/set-forgotten-password.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/account/password/set-forgotten-password.html.tmpl b/template/en/default/account/password/set-forgotten-password.html.tmpl index 76c4b3f53..55b97addc 100644 --- a/template/en/default/account/password/set-forgotten-password.html.tmpl +++ b/template/en/default/account/password/set-forgotten-password.html.tmpl @@ -18,7 +18,7 @@ <input type="hidden" name="a" value="chgpw"> <table> <tr> - <th>New Password:</th> + <th>New password:</th> <td> <input type="password" name="password"> (minimum [% constants.USER_PASSWORD_MIN_LENGTH FILTER none %] characters) @@ -26,7 +26,7 @@ </tr> <tr> - <th>New Password Again:</th> + <th>Confirm new password:</th> <td> <input type="password" name="matchpassword"> </td> |