Commit 01e9d5962ae99a2446f2272b6e2a2ad92ebf18d9

Authored by Evandro Junior
1 parent 279e0627

Compatible mode for message with older api

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
js/main.js
... ... @@ -1427,6 +1427,7 @@ define(['jquery', 'handlebars', 'fastclick', 'proposal_app', 'handlebars_helpers
1427 1427 ptBR['(Invalid request) email can\'t be saved'] = 'E-mail inválido.';
1428 1428 // (Invalid request) login can't be saved
1429 1429 ptBR['(Invalid request) login can\'t be saved'] = 'Nome de usuário inválido.';
  1430 + ptBR['Please solve the test in order to register.'] = 'Por favor, digite os caracteres da imagem na caixa abaixo dela.';
1430 1431 ptBR['Wrong captcha text, please try again'] = 'Por favor, digite os caracteres da imagem na caixa abaixo dela.';
1431 1432 msg = '<br/><br/>';
1432 1433 msg += ptBR[data.responseJSON.message] || data.responseJSON.message;
... ...