diff options
author | Struan Donald <struan@exo.org.uk> | 2011-12-20 09:10:57 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-12-20 09:10:57 +0000 |
commit | 2a987bcf989fa5ef8e48d2f3122980fbefe9044f (patch) | |
tree | 1dae431d72f963b78c695a3c6f98bfc74acb5ea0 | |
parent | db621a8b669d402f15131e6da82352c2b380ae72 (diff) |
remove trailing commas
-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> |