summaryrefslogtreecommitdiff
path: root/web-ui/app/locales/en_US/translation.json
diff options
context:
space:
mode:
authorTulio Casagrande <tcasagra@thoughtworks.com>2017-04-03 15:35:23 -0300
committerTulio Casagrande <tcasagra@thoughtworks.com>2017-04-05 11:40:15 -0300
commita13bdf00d628805fbd84690eef9356ad754662f2 (patch)
treeca55acc508e0aa81a3c773f595e5800607f6a031 /web-ui/app/locales/en_US/translation.json
parent658bc283585de7692af9b4d877962b2d0f96ebe0 (diff)
[#934] Add front-end password validation
Diffstat (limited to 'web-ui/app/locales/en_US/translation.json')
-rw-r--r--web-ui/app/locales/en_US/translation.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/web-ui/app/locales/en_US/translation.json b/web-ui/app/locales/en_US/translation.json
index 160e71ff..6ca72283 100644
--- a/web-ui/app/locales/en_US/translation.json
+++ b/web-ui/app/locales/en_US/translation.json
@@ -101,7 +101,11 @@
"image-description": "New Password - Step 3 of 4",
"title": "Now, create a new password",
"input-label1": "create new password",
- "input-label2": "confirm your new password"
+ "input-label2": "confirm your new password",
+ "error": {
+ "invalid-password": "A better password has at least 8 characters",
+ "invalid-confirm-password": "Password and confirmation don't match"
+ }
},
"backup-account-step": {
"image-description": "Backup Account - Step 4 of 4",