From ef508db1615f93f4cb3e0760a8e3ffd2ecee9a74 Mon Sep 17 00:00:00 2001 From: Lars Holm Jensen Date: Mon, 9 Nov 2015 18:28:39 -0500 Subject: [PATCH] Corrected Danish translation for results errors This closes https://github.com/select2/select2/pull/3870 --- src/js/select2/i18n/da.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;