diff options
author | Struan Donald <struan@exo.org.uk> | 2013-03-07 17:22:03 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-03-07 17:22:03 +0000 |
commit | 03cdc3ac5ed87cc6f6b125b8514dec6a59f27812 (patch) | |
tree | 562bd0f9f755341f1830cef37d43729362d4c439 /www/js/strings.js | |
parent | 0d8a4e781ac5c4cf2026c1fdeb1c2b24044f467a (diff) |
jslint pacification
Diffstat (limited to 'www/js/strings.js')
-rw-r--r-- | www/js/strings.js | 6 |
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, _); |