diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-06-06 11:25:44 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-06-06 11:25:44 +0100 |
commit | 1aa62d33e4e038e9edf994084603086eff26b6ac (patch) | |
tree | 4763fa3eacd75caf4650e6a00f4c28a440182bd6 /templates/web/default | |
parent | a6c11ec2e1fa29ffc28fed8fa0102f2fb9d61845 (diff) |
Tidy up some strings for translation, remove some migrated code.
Diffstat (limited to 'templates/web/default')
-rw-r--r-- | templates/web/default/auth/general.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/auth/general.html b/templates/web/default/auth/general.html index 3d80a1049..32ea03177 100644 --- a/templates/web/default/auth/general.html +++ b/templates/web/default/auth/general.html @@ -10,7 +10,7 @@ # other keys include fqdn, mxcheck if you'd like to write a custom error message errors = { - missing => loc('Please enter an email address'), + missing => loc('Please enter your email'), other => loc('Please check your email address is correct') }; |