diff options
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/account/email/confirm.html.tmpl | 6 | ||||
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/template/en/default/account/email/confirm.html.tmpl b/template/en/default/account/email/confirm.html.tmpl index c990e043c..5b547782d 100644 --- a/template/en/default/account/email/confirm.html.tmpl +++ b/template/en/default/account/email/confirm.html.tmpl @@ -14,7 +14,7 @@ [% PROCESS global/header.html.tmpl %] <p> - To change your email address, please enter the old email address: + To change your email address, please enter your current password: </p> <form method="post" action="token.cgi"> @@ -22,8 +22,8 @@ <input type="hidden" name="a" value="chgem"> <table> <tr> - <th align="right">Old Email Address:</th> - <td><input type="text" name="email" size="36"></td> + <th align="right">Password:</th> + <td><input type="password" name="password" size="36"></td> </tr> <tr> <th align="right"> </th> diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 5d862aa9f..a580fdfde 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1299,8 +1299,8 @@ [% END %] [% ELSIF error == "old_password_incorrect" %] - [% title = "Incorrect Old Password" %] - You did not enter your old password correctly. + [% title = "Incorrect Password" %] + You did not enter your current password correctly. [% ELSIF error == "old_password_required" %] [% title = "Old Password Required" %] |