diff options
author | Sriram Viswanathan <sriramv@thoughtworks.com> | 2017-04-04 17:57:48 -0300 |
---|---|---|
committer | Sriram Viswanathan <sriramv@thoughtworks.com> | 2017-04-04 17:57:48 -0300 |
commit | 50d64627a924234ef5858b82bee8c9c33fb08f09 (patch) | |
tree | f2af020cd63976db53c8d2325b2b9ba4beb6063e /web-ui/app | |
parent | 92523b7c8ceb8f3b7adf282e1b9e573ce5b37f04 (diff) |
[#938] Adds backup account step to forgot password flow
with @anikarni
Diffstat (limited to 'web-ui/app')
-rw-r--r-- | web-ui/app/locales/en_US/translation.json | 4 | ||||
-rw-r--r-- | web-ui/app/locales/pt_BR/translation.json | 4 |
2 files changed, 8 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" }, diff --git a/web-ui/app/locales/pt_BR/translation.json b/web-ui/app/locales/pt_BR/translation.json index c4b3d9e7..fe0711cb 100644 --- a/web-ui/app/locales/pt_BR/translation.json +++ b/web-ui/app/locales/pt_BR/translation.json @@ -103,6 +103,10 @@ "input-label1": "digite a nova senha", "input-label2": "confirme a nova senha" }, + "backup-account-step": { + "image-description": "E-mail de Recuperação - Passo 4 de 4", + "title": "Opa! E se você esquecer sua senha de novo?" + }, "button-next": "Próximo", "back": "Voltar ao passo anterior" }, |