aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/strings.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/strings.js')
-rw-r--r--www/js/strings.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/js/strings.js b/www/js/strings.js
index dddaeff..eef7a4f 100644
--- a/www/js/strings.js
+++ b/www/js/strings.js
@@ -1,4 +1,4 @@
-;(function (FMS, _) {
+(function (FMS, _) {
_.extend( FMS, {
validationStrings: {
update: 'Please enter a message',
@@ -6,7 +6,7 @@
detail: 'Please enter some details',
name: {
required: 'Please enter your name',
- validName: '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'
+ validName: '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: 'Please choose a category',
rznvy: {
@@ -35,5 +35,5 @@
no_connection: 'No network connection available for submitting your report. Please try again later',
more_details: 'More details'
}
- })
+ });
})(FMS, _);