diff options
author | Struan Donald <struan@exo.org.uk> | 2012-03-30 12:44:59 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-03-30 12:44:59 +0100 |
commit | 32a74ddaf0f203ef9c9a28dc08c650c643e09de1 (patch) | |
tree | 570694dd21f36b562d38e8d5e1ffd8ddc848c70b /templates/web/default/js/validation_strings.html | |
parent | ff3926d0599b90f05e12b949205d8cc6e35df3be (diff) |
add first name and last name boxes for bromley
Diffstat (limited to 'templates/web/default/js/validation_strings.html')
-rw-r--r-- | templates/web/default/js/validation_strings.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/web/default/js/validation_strings.html b/templates/web/default/js/validation_strings.html index 70a0ed41c..71637877a 100644 --- a/templates/web/default/js/validation_strings.html +++ b/templates/web/default/js/validation_strings.html @@ -14,5 +14,8 @@ email: { required: '[% loc('Please enter your email') %]', email: '[% loc('Please enter a valid email') %]' - } + }, + fms_extra_title: '[% loc('Please enter your title') %]', + first_name: '[% loc('Please enter your first name') %]', + last_name: '[% loc('Please enter your second name') %]' }; |