Procházet zdrojové kódy

correct typo in pt.js

Josef Šimánek před 8 roky
rodič
revize
cd7d4be576
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/js/select2/i18n/pt.js

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

@@ -9,7 +9,7 @@ define(function () {
 
       var message = 'Por favor apague ' + overChars + ' ';
 
-      message += overChars != 1 ? 'caracteres' : 'carácter';
+      message += overChars != 1 ? 'caracteres' : 'caractere';
 
       return message;
     },