Skip to content

Commit

Permalink
Merge pull request select2#4735 from simi/patch-1
Browse files Browse the repository at this point in the history
correct typo in pt.js
  • Loading branch information
kevin-brown authored Dec 30, 2016
2 parents 751b367 + cd7d4be commit 04c433d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/select2/i18n/pt.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ define(function () {

var message = 'Por favor apague ' + overChars + ' ';

message += overChars != 1 ? 'caracteres' : 'carácter';
message += overChars != 1 ? 'caracteres' : 'caractere';

return message;
},
Expand Down

0 comments on commit 04c433d

Please sign in to comment.