aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/js_validation_msgs.html
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-01-10 17:15:24 +0000
committerStruan Donald <struan@exo.org.uk>2012-01-10 17:15:24 +0000
commit6228cc7aa55defdb694d2de05d2a2be282955fe6 (patch)
tree1392fb78e01bd6ab28108de42ccd5f8097340dc8 /templates/web/default/js_validation_msgs.html
parent22c0a7367193e947af70ab1bbdfb3268fd1ec3c6 (diff)
parent1955a60586ecd4d6dc7d72de31d01d28230fbb8b (diff)
Merge remote branch 'origin/master' into reportemptyhomes
Diffstat (limited to 'templates/web/default/js_validation_msgs.html')
-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>