Skip to content

Commit 633e707

Browse files
committed
Merge branch 'patch-1' of https://github.com/frkami123/select2 into hotfix
2 parents 2a21ade + 7c13ecc commit 633e707

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/js/select2/i18n/vi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ define(function () {
1515
inputTooShort: function (args) {
1616
var remainingChars = args.minimum - args.input.length;
1717

18-
var message = 'Vui lòng nhập nhiều hơn ' + remainingChars + ' ký tự"';
18+
var message = 'Vui lòng nhập nhiều hơn ' + remainingChars + ' ký tự';
1919

2020
return message;
2121
},

0 commit comments

Comments
 (0)