diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-10-12 11:45:37 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-10-12 11:45:37 +0100 |
commit | 0a0bd26d4a4c6996bae3e647e0443e2b93c1ceb7 (patch) | |
tree | e8353d46e2ff39cffe767baf23b8297d1e8336c7 | |
parent | 8eb8df0438d63978af8f1f453ecc80629c81722c (diff) |
Fix weird text cut-off issue.
-rw-r--r-- | templates/web/fixmystreet/report/display.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/fixmystreet/report/display.html b/templates/web/fixmystreet/report/display.html index 7b52a7647..65a3980b6 100644 --- a/templates/web/fixmystreet/report/display.html +++ b/templates/web/fixmystreet/report/display.html @@ -162,7 +162,7 @@ <div class="general-sidebar-notes" id="forgotten-pw"> <p class="dark">[% loc('Forgotten your password?') %]</p> - <p>[% loc('Confirm by email below, providing a new password at that point. When you confirm, your pas + <p>[% loc('Confirm by email below, providing a new password at that point. When you confirm, your password will be updated.') %]</p> </div> </div> |