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

pull/10599/head
r3stm4n 2018-04-08 04:19:55 +02:00 committed by 杨奕
parent ae32925318
commit 7dbe646030
1 changed files with 1 additions and 1 deletions

View File

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