Skip to content

Commit cd7d4be

Browse files
authored
correct typo in pt.js
1 parent 751b367 commit cd7d4be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/select2/i18n/pt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ define(function () {
99

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

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

1414
return message;
1515
},

0 commit comments

Comments
 (0)