summaryrefslogtreecommitdiff
path: root/templates/pwchange.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/pwchange.html')
-rw-r--r--templates/pwchange.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/pwchange.html b/templates/pwchange.html
index ec6ea34..9120644 100644
--- a/templates/pwchange.html
+++ b/templates/pwchange.html
@@ -17,7 +17,7 @@
<b class="error" py:if="'password' in errors">${errors.password}</b>
<div>repeat: <input type='password' name='password2' size="10" value=""/></div>
<b class="error" py:if="'password2' in errors">${errors.password2}</b>
- <input type='submit' value='change password'/>
+ <input type='submit' value='${_("change password")}'/>
<p>The password change process takes around 20 to 30 seconds. Please do not spam the button.</p>
</form>
</sub:bodyform>