summaryrefslogtreecommitdiff
path: root/web-ui/app/locales/en_US/translation.json
diff options
context:
space:
mode:
authorSriram Viswanathan <sriramv@thoughtworks.com>2017-04-04 17:57:48 -0300
committerSriram Viswanathan <sriramv@thoughtworks.com>2017-04-04 17:57:48 -0300
commit50d64627a924234ef5858b82bee8c9c33fb08f09 (patch)
treef2af020cd63976db53c8d2325b2b9ba4beb6063e /web-ui/app/locales/en_US/translation.json
parent92523b7c8ceb8f3b7adf282e1b9e573ce5b37f04 (diff)
[#938] Adds backup account step to forgot password flow
with @anikarni
Diffstat (limited to 'web-ui/app/locales/en_US/translation.json')
-rw-r--r--web-ui/app/locales/en_US/translation.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/web-ui/app/locales/en_US/translation.json b/web-ui/app/locales/en_US/translation.json
index 8607f590..4b27c9ef 100644
--- a/web-ui/app/locales/en_US/translation.json
+++ b/web-ui/app/locales/en_US/translation.json
@@ -103,6 +103,10 @@
"input-label1": "create new password",
"input-label2": "confirm your new password"
},
+ "backup-account-step": {
+ "image-description": "Backup Account - Step 4 of 4",
+ "title": "Wait! What if you forget your password again?"
+ },
"button-next": "Next",
"back": "Back to previous step"
},