Explorar o código

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

alexweissman %!s(int64=7) %!d(string=hai) anos
pai
achega
633e707424
Modificáronse 1 ficheiros con 1 adicións e 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;
     },