summaryrefslogtreecommitdiff
path: root/web-ui/app/locales/en_US/translation.json
diff options
context:
space:
mode:
authorTulio Casagrande <tuliocasagrande@gmail.com>2017-04-05 17:52:25 -0300
committerGitHub <noreply@github.com>2017-04-05 17:52:25 -0300
commita96ed27ff6fa99132c16860fc908156aa2b44134 (patch)
treeb3365bfefe1076222ec20f86cfe066ed0fd4f438 /web-ui/app/locales/en_US/translation.json
parent22c5631039e441bb43f82891d3673224240ec830 (diff)
parentbf6ca194d25dbf3fd23df7e58d0da2fa6b74b8d6 (diff)
Merge pull request #1043 from pixelated/validate-password
[#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",