From 54c6c6b7c932ea7fe600592a861f7b46391b494d Mon Sep 17 00:00:00 2001 From: Tayane Fernandes Date: Wed, 15 Mar 2017 14:09:42 -0300 Subject: [#971] Add backup account confirmation page with @tuliocasagrande --- web-ui/app/images/sent-mail.svg | 18 ++++++++++++++++++ web-ui/app/locales/en_US/translation.json | 7 +++++++ web-ui/app/locales/pt_BR/translation.json | 7 +++++++ 3 files changed, 32 insertions(+) create mode 100644 web-ui/app/images/sent-mail.svg (limited to 'web-ui/app') diff --git a/web-ui/app/images/sent-mail.svg b/web-ui/app/images/sent-mail.svg new file mode 100644 index 00000000..311f81d8 --- /dev/null +++ b/web-ui/app/images/sent-mail.svg @@ -0,0 +1,18 @@ + + + Created with Sketch. + + + + + + + + + + + + + + + diff --git a/web-ui/app/locales/en_US/translation.json b/web-ui/app/locales/en_US/translation.json index 25d406b2..d69b7472 100644 --- a/web-ui/app/locales/en_US/translation.json +++ b/web-ui/app/locales/en_US/translation.json @@ -91,6 +91,13 @@ "error": { "invalid-email": "Please enter a valid email address" } + }, + "confirmation": { + "title1": "Success!", + "title2": "A message was sent to your backup account", + "paragraph": "Save this message, it is really important.", + "button": "Got it! I'm ready!", + "retry-button": "Hey, I didn't received it" } }, "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 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", -- cgit v1.2.3