diff --git a/src/js/select2/i18n/da.js b/src/js/select2/i18n/da.js index 2488a43f..896d6591 100644 --- a/src/js/select2/i18n/da.js +++ b/src/js/select2/i18n/da.js @@ -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;