Skip to content

Commit 7c13ecc

Browse files
authored
remove a unnecessary quote marks
1 parent 16f6b10 commit 7c13ecc

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)