aboutsummaryrefslogtreecommitdiffstats
path: root/templates/strings.js
diff options
context:
space:
mode:
Diffstat (limited to 'templates/strings.js')
-rw-r--r--templates/strings.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/strings.js b/templates/strings.js
index 63e3bed..f43eef3 100644
--- a/templates/strings.js
+++ b/templates/strings.js
@@ -17,7 +17,10 @@
required: '[% loc('Please enter your email') %]',
email: '[% loc('Please enter a valid email') %]'
},
- password: '[% loc('Please enter a password') %]'
+ password: {
+ required: '[% loc('Please enter a password') %]',
+ short: '[% loc('Please enter a password at least %d characters long') %]'
+ }
},
strings: {
next: '[% loc('Next') %]',