aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-12-20 09:10:57 +0000
committerStruan Donald <struan@exo.org.uk>2011-12-20 09:10:57 +0000
commit2a987bcf989fa5ef8e48d2f3122980fbefe9044f (patch)
tree1dae431d72f963b78c695a3c6f98bfc74acb5ea0
parentdb621a8b669d402f15131e6da82352c2b380ae72 (diff)
remove trailing commas
-rw-r--r--templates/web/default/js_validation_msgs.html6
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>