diff options
-rw-r--r-- | templates/web/default/auth/change_password.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/auth/change_password.html b/templates/web/default/auth/change_password.html index 2dd37cb91..be7c14e43 100644 --- a/templates/web/default/auth/change_password.html +++ b/templates/web/default/auth/change_password.html @@ -3,7 +3,7 @@ <h1>[% loc('Change Password') %]</h1> [% IF password_changed %] - <p>Your password has been changed!</p> + <p id="fixed">[% loc('Your password has been changed') %]</p> [% END %] |