diff options
author | Anike Arni <aarni@thoughtworks.com> | 2017-03-28 13:29:51 -0300 |
---|---|---|
committer | Anike Arni <aarni@thoughtworks.com> | 2017-03-28 15:23:46 -0300 |
commit | a6c848f373e4842c29c602ec7071d9b964587095 (patch) | |
tree | 1abd117ea63be1d74a636d1f94ff1239271c9bf7 /web-ui/app/locales | |
parent | 815c8f2799c440d8226d1047f49e773078473f96 (diff) |
[#932] Adds mobile progress bar to account recovery flow
Diffstat (limited to 'web-ui/app/locales')
-rw-r--r-- | web-ui/app/locales/en_US/translation.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web-ui/app/locales/en_US/translation.json b/web-ui/app/locales/en_US/translation.json index b162ae3a..8b85685c 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,6 +93,7 @@ "button": "Next" }, "user-form": { + "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", |