diff options
author | Tayane Fernandes <tayane.rmf@gmail.com> | 2017-03-15 14:09:42 -0300 |
---|---|---|
committer | Tayane Fernandes <tayane.rmf@gmail.com> | 2017-03-16 10:28:44 -0300 |
commit | 54c6c6b7c932ea7fe600592a861f7b46391b494d (patch) | |
tree | 3b7464d0aa6ff77e177e57a2daec11f77bfcb75d /web-ui/app/locales/pt_BR | |
parent | ea05559a4346b7119287356e408db453e39d1cb7 (diff) |
[#971] Add backup account confirmation page
with @tuliocasagrande
Diffstat (limited to 'web-ui/app/locales/pt_BR')
-rw-r--r-- | web-ui/app/locales/pt_BR/translation.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/web-ui/app/locales/pt_BR/translation.json b/web-ui/app/locales/pt_BR/translation.json index ec353ff1..4e179363 100644 --- a/web-ui/app/locales/pt_BR/translation.json +++ b/web-ui/app/locales/pt_BR/translation.json @@ -91,6 +91,13 @@ "error": { "invalid-email": "Por favor informe um e-mail válido" } + }, + "confirmation": { + "title1": "Sucesso!", + "title2": "Uma mensagem foi enviada para seu e-mail de recuperação", + "paragraph": "Salve esse e-mail, ele é bem importante.", + "button": "Recebi! Pronto!", + "retry-button": "Ei, eu não recebi" } }, "back-to-inbox": "Voltar", |