aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/js/validation_strings.html
diff options
context:
space:
mode:
authorSteven Day <steve@mysociety.org>2012-11-19 16:39:24 +0000
committerMatthew Somerville <matthew@mysociety.org>2012-12-10 11:47:24 +0000
commit7d4be1ba8ea70bf7abcf253692526381b74112f5 (patch)
treea17199fac57495f36ebb657193060a5471e47a8c /templates/web/default/js/validation_strings.html
parent90ad2b9c5550941d59a0a1a0673f700d35027cef (diff)
Make javascript not clobber the translated problem reporting header
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 3b3a958fe..c33bd2b81 100644
--- a/templates/web/default/js/validation_strings.html
+++ b/templates/web/default/js/validation_strings.html
@@ -18,5 +18,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("'", "\\'") %]',
- geolocate: '[% loc('or locate me automatically') | replace("'", "\\'") %]'
+ geolocate: '[% loc('or locate me automatically') | replace("'", "\\'") %]',
+ report_problem_heading: '[% loc('Click map to report a problem') | replace("'", "\\'") %]'
};