Explorar el Código

Merge pull request #2919 from apfelbox/patch-1

Small bugfix in german translation
Kevin Brown hace 10 años
padre
commit
5dad831f7f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/js/select2/i18n/de.js

+ 1 - 1
src/js/select2/i18n/de.js

@@ -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) {