]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 896183 - Change password screen mentions "New Password Again" it should be "Confi...
authorSunil Joshi <joshi_sunil@in.com>
Thu, 25 Jul 2013 21:03:04 +0000 (17:03 -0400)
committerDave Lawrence <dlawrence@mozilla.com>
Thu, 25 Jul 2013 21:03:04 +0000 (17:03 -0400)
r=dkl,a=sgreen

template/en/default/account/password/set-forgotten-password.html.tmpl

index 76c4b3f5330d59c117fb49bdf948493c0e6c7caf..55b97addc0e7ceee5cec2d570fb64dac466f7401 100644 (file)
@@ -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>