summaryrefslogtreecommitdiff
path: root/web-ui/app/locales
diff options
context:
space:
mode:
authorTulio Casagrande <tcasagra@thoughtworks.com>2017-02-21 13:51:41 -0300
committerAnike Arni <aarni@thoughtworks.com>2017-02-22 15:22:55 -0300
commitf7bd078bcce2d6cad419fceb55ab71415cda4d33 (patch)
tree918de20bb17925912d0c9ed8bb053d7aa8a3826f /web-ui/app/locales
parent92c6a9dbc39318df48b4b3d5fae1a3888f201343 (diff)
[#907] Display error message for mobile version
with @anikarni
Diffstat (limited to 'web-ui/app/locales')
-rw-r--r--web-ui/app/locales/en_US/translation.json6
-rw-r--r--web-ui/app/locales/pt_BR/translation.json6
2 files changed, 10 insertions, 2 deletions
diff --git a/web-ui/app/locales/en_US/translation.json b/web-ui/app/locales/en_US/translation.json
index 7aad4fe8..f42a612d 100644
--- a/web-ui/app/locales/en_US/translation.json
+++ b/web-ui/app/locales/en_US/translation.json
@@ -65,7 +65,11 @@
"timeout": "A timeout occurred",
"general": "Problems talking to server",
"parse": "Got invalid response from server",
- "auth": "Invalid email or password"
+ "auth": "Invalid email or password",
+ "login": {
+ "title": "Oh, something went wrong :(",
+ "message": "Try to login again in a few minutes. If the problem persists, contact your account administrator."
+ }
},
"tags": {
"inbox": "Inbox",
diff --git a/web-ui/app/locales/pt_BR/translation.json b/web-ui/app/locales/pt_BR/translation.json
index b38b7535..336784be 100644
--- a/web-ui/app/locales/pt_BR/translation.json
+++ b/web-ui/app/locales/pt_BR/translation.json
@@ -65,7 +65,11 @@
"timeout": "A operação excedeu o limite de tempo",
"general": "Problemas ao se comunicar com o servidor",
"parse": "Obteve uma resposta inválida do servidor",
- "auth": "E-mail ou senha inválidos"
+ "auth": "E-mail ou senha inválidos",
+ "login": {
+ "title": "Ops, algo deu errado :(",
+ "message": "Tente entrar novamente em alguns minutos. Se o problema persistir, contate o administrador da sua conta."
+ }
},
"tags": {
"inbox": "Caixa de Entrada",