aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/js/validation_strings.html
diff options
context:
space:
mode:
authorSteven Day <steve@mysociety.org>2012-11-19 16:25:26 +0000
committerMatthew Somerville <matthew@mysociety.org>2012-12-10 11:46:51 +0000
commit90ad2b9c5550941d59a0a1a0673f700d35027cef (patch)
treed370e0c378420acb80f2e0cbd7140ad909889a96 /templates/web/default/js/validation_strings.html
parent1c132bd736aef3e60699955f51ec23b9bfdfeacd (diff)
Make translation of geolocation text on homepage possible
Diffstat (limited to 'templates/web/default/js/validation_strings.html')
-rw-r--r--templates/web/default/js/validation_strings.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/web/default/js/validation_strings.html b/templates/web/default/js/validation_strings.html
index 3148d1993..3b3a958fe 100644
--- a/templates/web/default/js/validation_strings.html
+++ b/templates/web/default/js/validation_strings.html
@@ -17,5 +17,6 @@
},
fms_extra_title: '[% loc('Please enter your title') | replace("'", "\\'") %]',
first_name: '[% loc('Please enter your first name') | replace("'", "\\'") %]',
- last_name: '[% loc('Please enter your second name') | replace("'", "\\'") %]'
+ last_name: '[% loc('Please enter your second name') | replace("'", "\\'") %]',
+ geolocate: '[% loc('or locate me automatically') | replace("'", "\\'") %]'
};