Merge pull request #2919 from apfelbox/patch-1
Small bugfix in german translation
This commit is contained in:
commit
5dad831f7f
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…
Reference in New Issue
Block a user