summaryrefslogtreecommitdiff
path: root/web-ui/app/locales
diff options
context:
space:
mode:
authorTayane Fernandes <tayane.rmf@gmail.com>2017-03-15 14:09:42 -0300
committerTayane Fernandes <tayane.rmf@gmail.com>2017-03-16 10:28:44 -0300
commit54c6c6b7c932ea7fe600592a861f7b46391b494d (patch)
tree3b7464d0aa6ff77e177e57a2daec11f77bfcb75d /web-ui/app/locales
parentea05559a4346b7119287356e408db453e39d1cb7 (diff)
[#971] Add backup account confirmation page
with @tuliocasagrande
Diffstat (limited to 'web-ui/app/locales')
-rw-r--r--web-ui/app/locales/en_US/translation.json7
-rw-r--r--web-ui/app/locales/pt_BR/translation.json7
2 files changed, 14 insertions, 0 deletions
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",