1
0
mirror of synced 2024-11-22 21:16:10 +03:00

Corrected Danish translation for results errors

This closes https://github.com/select2/select2/pull/3870
This commit is contained in:
Lars Holm Jensen 2015-11-09 18:28:39 -05:00 committed by Kevin Brown
parent d0ce218c0b
commit ef508db161

View File

@ -2,7 +2,7 @@ define(function () {
// Danish
return {
errorLoading: function () {
return 'The results could not be loaded.';
return 'Resultaterne kunne ikke indlæses.';
},
inputTooLong: function (args) {
var overChars = args.input.length - args.maximum;