summaryrefslogtreecommitdiffstats
path: root/template/en/default/account/password/set-forgotten-password.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/account/password/set-forgotten-password.html.tmpl')
-rw-r--r--template/en/default/account/password/set-forgotten-password.html.tmpl4
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>