diff options
-rw-r--r-- | root/admin/password.tt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/root/admin/password.tt b/root/admin/password.tt index db8d271..16f599b 100644 --- a/root/admin/password.tt +++ b/root/admin/password.tt @@ -2,9 +2,9 @@ <p> Resetting the users ([% uid %]) password will: <ul> -<li>Change their password to a random string</li> -<li>Set the pwdReset attribute on their entry</li> -<li>Send an email containing a link to change their password to the following addresses: +<li>[% l('Change their password to a random string') %]</li> +<li>[% l('Set the pwdReset attribute on their entry') %]</li> +<li>[% l('Send an email containing a link to change their password to the following addresses:') %] <ul> [% FOREACH mail IN mails %] <li>[% mail %]</li> @@ -13,7 +13,7 @@ Resetting the users ([% uid %]) password will: </ul> <form method='post'> <input type='hidden' name='txnid' value='[% txnid %]'> -<input type='submit' value='Reset'> +<input type='submit' value='[% l('Reset') %]'> </form> </p> </div> |