Commit 5a41c6893f7349864e4b82401b3856b9f59c3f35
1 parent
f4a1f9e4
Exists in
master
and in
5 other branches
ptBR['Wrong captcha text, please try again'] = 'Por favor, digite os caracteres …
…da imagem na caixa abaixo dela.';
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
js/main.js
... | ... | @@ -1337,7 +1337,7 @@ define(['jquery', 'handlebars', 'fastclick', 'proposal_app', 'handlebars_helpers |
1337 | 1337 | ptBR['(Invalid request) email can\'t be saved'] = 'E-mail inválido.'; |
1338 | 1338 | // (Invalid request) login can't be saved |
1339 | 1339 | ptBR['(Invalid request) login can\'t be saved'] = 'Nome de usuário inválido.'; |
1340 | - ptBR['Please solve the test in order to register.'] = 'Por favor, digite os caracteres da imagem na caixa abaixo dela.'; | |
1340 | + ptBR['Wrong captcha text, please try again'] = 'Por favor, digite os caracteres da imagem na caixa abaixo dela.'; | |
1341 | 1341 | msg = '<br/><br/>'; |
1342 | 1342 | msg += ptBR[data.responseJSON.message] || data.responseJSON.message; |
1343 | 1343 | } | ... | ... |