diff options
author | thaissiqueira <thais.siqueira@thoughtworks.com> | 2017-03-14 17:12:39 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-14 17:12:39 -0300 |
commit | f3737daf1fb3a78a919382b8c682cbf3c480bade (patch) | |
tree | fd58a771e7f94699e337a1e651476910f2dbd0ea /web-ui/app | |
parent | 168616b722e637c6973c821fb481e217271bf4d5 (diff) | |
parent | c87f26bbfe9839fb3ca9845484e554a4116aef33 (diff) |
Merge pull request #1008 from pixelated/confirmation-page
[#971] Extract Backup email page to a new component
Diffstat (limited to 'web-ui/app')
-rw-r--r-- | web-ui/app/locales/en_US/translation.json | 18 | ||||
-rw-r--r-- | web-ui/app/locales/pt_BR/translation.json | 18 |
2 files changed, 20 insertions, 16 deletions
diff --git a/web-ui/app/locales/en_US/translation.json b/web-ui/app/locales/en_US/translation.json index 9df1867e..25d406b2 100644 --- a/web-ui/app/locales/en_US/translation.json +++ b/web-ui/app/locales/en_US/translation.json @@ -81,14 +81,16 @@ }, "backup-account": { "page-title": "Pixelated Backup Account", - "image-description": "Forgot my password!", - "title": "What if you forget your password?", - "paragraph1": "You will need a backup account. Choose an alternative email address you use regularly.", - "paragraph2": "Instructions to recover your password will be sent to this email address, save it.", - "input-label": "Type your backup account", - "button": "Add Account", - "error": { - "invalid-email": "Please enter a valid email address" + "backup-email": { + "image-description": "Forgot my password!", + "title": "What if you forget your password?", + "paragraph1": "You will need a backup account. Choose an alternative email address you use regularly.", + "paragraph2": "Instructions to recover your password will be sent to this email address, save it.", + "input-label": "Type your backup account", + "button": "Add Account", + "error": { + "invalid-email": "Please enter a valid email address" + } } }, "back-to-inbox": "Back to my inbox", diff --git a/web-ui/app/locales/pt_BR/translation.json b/web-ui/app/locales/pt_BR/translation.json index ac4fe10d..ec353ff1 100644 --- a/web-ui/app/locales/pt_BR/translation.json +++ b/web-ui/app/locales/pt_BR/translation.json @@ -81,14 +81,16 @@ }, "backup-account": { "page-title": "Pixelated E-mail de Recuperação", - "image-description": "Esqueci minha senha!", - "title": "E se você esquecer sua senha?", - "paragraph1": "Informe outro e-mail que você usa regularmente. Esse será o seu e-mail de recuperação.", - "paragraph2": "Instruções para recuperar sua senha serão enviadas para esse e-mail, guarde com carinho.", - "input-label": "Digite seu e-mail de recuperação", - "button": "Adicionar e-mail", - "error": { - "invalid-email": "Por favor informe um e-mail válido" + "backup-email": { + "image-description": "Esqueci minha senha!", + "title": "E se você esquecer sua senha?", + "paragraph1": "Informe outro e-mail que você usa regularmente. Esse será o seu e-mail de recuperação.", + "paragraph2": "Instruções para recuperar sua senha serão enviadas para esse e-mail, guarde com carinho.", + "input-label": "Digite seu e-mail de recuperação", + "button": "Adicionar e-mail", + "error": { + "invalid-email": "Por favor informe um e-mail válido" + } } }, "back-to-inbox": "Voltar", |