diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-03-01 20:50:24 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-03-01 20:50:24 +0000 |
commit | 2d41451cda490536e4012a1b7a5e4ce49d3a175e (patch) | |
tree | 9da746b258ae936262c9e6fb9891138017cffebf /templates/web/default/js_validation_msgs.html | |
parent | 2e697be14d06a9ef1bfe0bdb97b7820fb04d45c2 (diff) |
Add 'below' to fix #244, rearrange note slightly to be in better place.
Diffstat (limited to 'templates/web/default/js_validation_msgs.html')
-rw-r--r-- | templates/web/default/js_validation_msgs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/js_validation_msgs.html b/templates/web/default/js_validation_msgs.html index 0263f75ce..f89ab4bcc 100644 --- a/templates/web/default/js_validation_msgs.html +++ b/templates/web/default/js_validation_msgs.html @@ -5,7 +5,7 @@ detail: '[% loc('Please enter some details') %]', name: { required: '[% loc('Please enter your name') %]', - validName: '[% loc('Please enter your full name, councils need this information - if you do not wish your name to be shown on the site, untick the box') %]' + validName: '[% loc('Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below') %]' }, category: '[% loc('Please choose a category') %]', rznvy: { |