Small bugfix in german translation
Just added a missing parameter in the function definition.
This commit is contained in:
parent
766d9f05e0
commit
8ec202963a
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…
x
Reference in New Issue
Block a user