Commit 240029c984a65642551de68cf569c0fe58624934
1 parent
10e1c98c
Exists in
master
and in
5 other branches
captcha error message translated
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
js/main.js
... | ... | @@ -1199,7 +1199,7 @@ define(['jquery', 'handlebars', 'fastclick', 'handlebars_helpers', 'piwik'], fun |
1199 | 1199 | ptBR['(Invalid request) email can\'t be saved'] = 'E-mail inválido.'; |
1200 | 1200 | // (Invalid request) login can't be saved |
1201 | 1201 | ptBR['(Invalid request) login can\'t be saved'] = 'Nome de usuário inválido.'; |
1202 | - | |
1202 | + ptBR['Please solve the test in order to register.'] = 'Por favor, digite os caracteres da imagem na caixa abaixo dela.'; | |
1203 | 1203 | msg = ptBR[data.responseJSON.message] || data.responseJSON.message; |
1204 | 1204 | } |
1205 | 1205 | ... | ... |