We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 751b367 commit cd7d4beCopy full SHA for cd7d4be
src/js/select2/i18n/pt.js
@@ -9,7 +9,7 @@ define(function () {
9
10
var message = 'Por favor apague ' + overChars + ' ';
11
12
- message += overChars != 1 ? 'caracteres' : 'carácter';
+ message += overChars != 1 ? 'caracteres' : 'caractere';
13
14
return message;
15
},
0 commit comments