aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Mytton <self@hecticjeff.net>2013-09-05 17:30:24 +0100
committerChris Mytton <self@hecticjeff.net>2013-09-05 17:30:24 +0100
commit9727f3849c998216eb29ed2a7cbe78c85951e4b8 (patch)
treea6d135bbc4bd259d315a06a16cd80c247a0a33f0
parent2bd3662a990096b6dbd5279191172560297da644 (diff)
[Zurich] Add translation string for phone number error
-rw-r--r--templates/web/default/js/translation_strings.html3
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("'", "\\'") %]',