aboutsummaryrefslogtreecommitdiffstats
path: root/root/user/password.tt
diff options
context:
space:
mode:
Diffstat (limited to 'root/user/password.tt')
-rw-r--r--root/user/password.tt8
1 files changed, 4 insertions, 4 deletions
diff --git a/root/user/password.tt b/root/user/password.tt
index ade4e11..2b4a26b 100644
--- a/root/user/password.tt
+++ b/root/user/password.tt
@@ -2,20 +2,20 @@
<form method=post>
<table border='0'>
<tr>
-<td>Current password</td>
+<td>[% l('Current password') %]</td>
<td><input name='password' type='password'></td>
</tr>
<tr>
-<td>New Password</td>
+<td>[% l('New Password') %]</td>
<td><input name='newpassword1' type='password'></td>
</tr>
<tr>
-<td>Repeat New Password</td>
+<td>[% l('Repeat New Password') %]</td>
<td><input name='newpassword2' type='password'></td>
</tr>
<tr>
<td></td>
-<td align=right><input type='submit' value='Change'></td>
+<td align=right><input type='submit' value='[% l('Change') %]'></td>
</tr>
</table>
</form>