diff options
author | Chris Mytton <self@hecticjeff.net> | 2013-09-05 17:30:24 +0100 |
---|---|---|
committer | Chris Mytton <self@hecticjeff.net> | 2013-09-05 17:30:24 +0100 |
commit | 9727f3849c998216eb29ed2a7cbe78c85951e4b8 (patch) | |
tree | a6d135bbc4bd259d315a06a16cd80c247a0a33f0 /templates | |
parent | 2bd3662a990096b6dbd5279191172560297da644 (diff) |
[Zurich] Add translation string for phone number error
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/default/js/translation_strings.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/web/default/js/translation_strings.html b/templates/web/default/js/translation_strings.html index f6c4f7d41..8f834a81c 100644 --- a/templates/web/default/js/translation_strings.html +++ b/templates/web/default/js/translation_strings.html @@ -15,6 +15,9 @@ required: '[% loc('Please enter your email') | replace("'", "\\'") %]', email: '[% loc('Please enter a valid email') | replace("'", "\\'") %]' }, + phone: { + required: '[% loc('Please enter your phone number') | replace("'", "\\'") %]' + }, 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("'", "\\'") %]', |