Explorar el Código

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

alexweissman hace 7 años
padre
commit
633e707424
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/js/select2/i18n/vi.js

+ 1 - 1
src/js/select2/i18n/vi.js

@@ -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;
     },