diff options
-rw-r--r-- | templates/web/default/js_validation_msgs.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/web/default/js_validation_msgs.html b/templates/web/default/js_validation_msgs.html index 2466ce175..0263f75ce 100644 --- a/templates/web/default/js_validation_msgs.html +++ b/templates/web/default/js_validation_msgs.html @@ -5,16 +5,16 @@ 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') %]' }, category: '[% loc('Please choose a category') %]', rznvy: { required: '[% loc('Please enter your email') %]', - email: '[% loc('Please enter a valid email') %]', + email: '[% loc('Please enter a valid email') %]' }, email: { required: '[% loc('Please enter your email') %]', - email: '[% loc('Please enter a valid email') %]', + email: '[% loc('Please enter a valid email') %]' } }; </script> |