summaryrefslogtreecommitdiff
path: root/web-ui/app/locales
diff options
context:
space:
mode:
authorAnike Arni <anikarni@gmail.com>2017-03-28 18:06:21 -0300
committerGitHub <noreply@github.com>2017-03-28 18:06:21 -0300
commit9f0b66ae8fa5daac158f7c74919c0636882a550f (patch)
tree19b0142ab4b11f3b9c26ebef61a4b9a6f23f7924 /web-ui/app/locales
parent444b39959ad1c34fb9eb91def835d9e695710374 (diff)
parentd133b2876e49bdb285c8e8f1bdf64502d8bf9a02 (diff)
Merge pull request #1030 from pixelated/forgot-password-page
Add user code and password steps to recovery flow
Diffstat (limited to 'web-ui/app/locales')
-rw-r--r--web-ui/app/locales/en_US/translation.json14
1 files changed, 13 insertions, 1 deletions
diff --git a/web-ui/app/locales/en_US/translation.json b/web-ui/app/locales/en_US/translation.json
index 26dccfcd..22f533c0 100644
--- a/web-ui/app/locales/en_US/translation.json
+++ b/web-ui/app/locales/en_US/translation.json
@@ -84,6 +84,7 @@
"account-recovery": {
"page-title": "Pixelated Account Recovery",
"admin-form": {
+ "image-description": "Admin Recovery Code - Step 1 of 4",
"title": "Contact your account administrator and ask for their part of the recovery code",
"tip1": "The safest way to do this is in person.",
"tip2": "You can call or text if you need to.",
@@ -92,7 +93,18 @@
"button": "Next"
},
"user-form": {
- "title": "Remember your backup account?"
+ "image-description": "User Recovery Code - Step 2 of 4",
+ "title": "Remember your backup account?",
+ "description": "When you created your account you received a message - it was sent by team@pixelated-project.org. You'll need the recovery code that is in it.",
+ "input-label": "type here your backup code",
+ "button": "Next"
+ },
+ "new-password-form": {
+ "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",
+ "button": "Next"
}
},
"backup-account": {