Procházet zdrojové kódy

Fix Typo - word 'item' Brazilian Portuguese (#6200)

Andre Gomes před 3 roky
rodič
revize
ada14fbbac
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/js/select2/i18n/pt-BR.js

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

@@ -46,7 +46,7 @@ define(function () {
       return 'Remover todos os itens';
     },
     removeItem: function () {
-      return 'Remover iten';
+      return 'Remover item';
     },
     search: function() {
       return 'Buscar';