Skip to content

Commit 74bb229

Browse files
author
Michał Zalewski
committed
Fixed typo in maximum selected message
1 parent 3422460 commit 74bb229

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/js/select2/i18n/pl.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ define(function () {
3333
},
3434
maximumSelected: function (args) {
3535
return 'Możesz zaznaczyć tylko ' + args.maximum + ' ' +
36-
pluralWord(args.maxiumum, itemsWords);
36+
pluralWord(args.maximum, itemsWords);
3737
},
3838
noResults: function () {
3939
return 'Brak wyników';
@@ -42,4 +42,4 @@ define(function () {
4242
return 'Trwa wyszukiwanie…';
4343
}
4444
};
45-
});
45+
});

0 commit comments

Comments
 (0)