diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-11-19 17:48:59 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-11-19 18:10:18 +0000 |
commit | edbcff496f7c7cfc4034447da2d20d9072f636a9 (patch) | |
tree | 2118eb0f1a7022081c87d317655899e51a0d0734 /templates | |
parent | f3d35dfca2267cf16183a37845a60a6834ddb685 (diff) |
Version 1.5.
Diffstat (limited to 'templates')
-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> |