Small bugfix in german translation
Just added a missing parameter in the function definition.
This commit is contained in:
parent
766d9f05e0
commit
8ec202963a
1 changed files with 1 additions and 1 deletions
2
src/js/select2/i18n/de.js
vendored
2
src/js/select2/i18n/de.js
vendored
|
@ -14,7 +14,7 @@ define(function () {
|
|||
loadingMore: function () {
|
||||
return 'Lade mehr Ergebnisse…';
|
||||
},
|
||||
maximumSelected: function () {
|
||||
maximumSelected: function (args) {
|
||||
var message = 'Sie können nur ' + args.maximum + ' Eintr';
|
||||
|
||||
if (args.maximum === 1) {
|
||||
|
|
Loading…
Add table
Reference in a new issue