We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16f6b10 commit 7c13eccCopy full SHA for 7c13ecc
1 file changed
src/js/select2/i18n/vi.js
@@ -15,7 +15,7 @@ define(function () {
15
inputTooShort: function (args) {
16
var remainingChars = args.minimum - args.input.length;
17
18
- var message = 'Vui lòng nhập nhiều hơn ' + remainingChars + ' ký tự"';
+ var message = 'Vui lòng nhập nhiều hơn ' + remainingChars + ' ký tự';
19
20
return message;
21
},
0 commit comments