diff options
author | Anike Arni <aarni@thoughtworks.com> | 2017-03-27 13:57:32 -0300 |
---|---|---|
committer | Anike Arni <aarni@thoughtworks.com> | 2017-03-27 13:57:32 -0300 |
commit | be9388fad08a77b5ad6b69e44fa5ee3b5db9f86e (patch) | |
tree | a4dd27fccbe4976662cc3afbaa9a4a79ab8c2a4c | |
parent | b901ffde59378b447454fab054fa30228b43a56b (diff) |
[#932] Translates account recovery title to portuguese
-rw-r--r-- | web-ui/app/locales/pt_BR/translation.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web-ui/app/locales/pt_BR/translation.json b/web-ui/app/locales/pt_BR/translation.json index dcf551af..ccc0fe5a 100644 --- a/web-ui/app/locales/pt_BR/translation.json +++ b/web-ui/app/locales/pt_BR/translation.json @@ -81,6 +81,9 @@ "all": "Todas", "tags": "Etiquetas" }, + "account-recovery": { + "page-title": "Pixelated Recuperação de Conta" + }, "backup-account": { "page-title": "Pixelated E-mail de Recuperação", "backup-email": { |