Commit 8afeaf6d authored by Sunil Joshi's avatar Sunil Joshi Committed by Dave Lawrence

Bug 896183 - Change password screen mentions "New Password Again" it should be…

Bug 896183 - Change password screen mentions "New Password Again" it should be "Confirm new password" r=dkl,a=sgreen
parent 436189f8
......@@ -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>
......
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