1
0
mirror of synced 2024-11-22 04:56:08 +03:00

Merge branch 'patch-1' of https://github.com/frkami123/select2 into hotfix

This commit is contained in:
alexweissman 2017-10-25 18:04:57 -04:00
commit 633e707424

View File

@ -15,7 +15,7 @@ define(function () {
inputTooShort: function (args) {
var remainingChars = args.minimum - args.input.length;
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ự';
return message;
},