aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/web/base/auth/change_password.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/web/base/auth/change_password.html b/templates/web/base/auth/change_password.html
index c10560c3e..5f2861aa3 100644
--- a/templates/web/base/auth/change_password.html
+++ b/templates/web/base/auth/change_password.html
@@ -1,6 +1,6 @@
-[% INCLUDE 'header.html', title = loc('Change Password') %]
+[% INCLUDE 'header.html', title = loc('Change password') %]
-<h1>[% loc('Change Password') %]</h1>
+<h1>[% loc('Change password') %]</h1>
[% IF password_changed %]
<p id="fixed">[% loc('Your password has been changed') %]</p>
@@ -30,7 +30,7 @@
<input type="password" name="confirm" value="[% confirm | html %]">
</div>
<div class="checkbox">
- <input type="submit" value="[% loc('Change Password') %]">
+ <input type="submit" value="[% loc('Change password') %]">
</div>
</form>