Explorar el Código

i18n: fix a typo in pl.js (#10593)

r3stm4n hace 7 años
padre
commit
7dbe646030
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/locale/lang/pl.js

+ 1 - 1
src/locale/lang/pl.js

@@ -103,7 +103,7 @@ export default {
       titles: ['Lista 1', 'Lista 2'],
       filterPlaceholder: 'Wpisz szukaną frazę',
       noCheckedFormat: 'razem: {total}',
-      hasCheckedFormat: 'wybranyh: {checked}/{total}'
+      hasCheckedFormat: 'wybranych: {checked}/{total}'
     }
   }
 };