diff options
author | Chris Mytton <self@hecticjeff.net> | 2013-10-16 14:09:32 +0100 |
---|---|---|
committer | Chris Mytton <self@hecticjeff.net> | 2013-10-16 14:09:32 +0100 |
commit | 762c106ec81a4923d35b1eb4c60d762e60a495bf (patch) | |
tree | 4b7244a7e1fbfd53a7ef950a02072c162999af71 /templates/web/default/js/translation_strings.html | |
parent | 0efb806e7dbfc6681230041751ed49552ec3ba5b (diff) | |
parent | 6daf4d511f5a2fd908d53ee974e04be4bf3ee722 (diff) |
Merge branch 'master' into oxfordshire-usability-recommendations
Diffstat (limited to 'templates/web/default/js/translation_strings.html')
-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 8f834a81c..a14443b71 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("'", "\\'") %]' }, + password_sign_in: { + required: '[% loc('Please enter a password') | replace("'", "\\'") %]' + }, phone: { required: '[% loc('Please enter your phone number') | replace("'", "\\'") %]' }, |