diff options
Diffstat (limited to 'templates/web/base/auth/change_password.html')
-rw-r--r-- | templates/web/base/auth/change_password.html | 6 |
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> |