diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2013-08-30 19:54:20 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2013-08-30 20:33:57 +0100 |
commit | 21437121d665362067e276f3334eddae8e53e25e (patch) | |
tree | 12671bd2dcfc6519172dccee0b86edf9e749371a | |
parent | c3afeb403b3e7e843aea17fa459a23e70d4d9d2a (diff) |
A missing i18n string.
-rw-r--r-- | templates/web/fixmystreet/auth/general.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/fixmystreet/auth/general.html b/templates/web/fixmystreet/auth/general.html index 7fa2b57fe..b9d02c18b 100644 --- a/templates/web/fixmystreet/auth/general.html +++ b/templates/web/fixmystreet/auth/general.html @@ -50,7 +50,7 @@ <h5>[% loc('<strong>No</strong> let me sign in by email') %]</h5> <div class="general-sidebar-notes"> - <p>Providing a name and password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports.</p> + <p>[% loc('Providing a name and password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports.') %]</p> </div> <label for="name">[% loc('Name') %]</label> |