diff --git a/src/js/select2/i18n/pl.js b/src/js/select2/i18n/pl.js index 791776a6..030a4ddc 100644 --- a/src/js/select2/i18n/pl.js +++ b/src/js/select2/i18n/pl.js @@ -33,7 +33,7 @@ define(function () { }, maximumSelected: function (args) { return 'Możesz zaznaczyć tylko ' + args.maximum + ' ' + - pluralWord(args.maxiumum, itemsWords); + pluralWord(args.maximum, itemsWords); }, noResults: function () { return 'Brak wyników'; @@ -42,4 +42,4 @@ define(function () { return 'Trwa wyszukiwanie…'; } }; -}); \ No newline at end of file +});