Browse Source

Corrected Danish translation for results errors

This closes https://github.com/select2/select2/pull/3870
Lars Holm Jensen 9 năm trước cách đây
mục cha
commit
ef508db161
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/js/select2/i18n/da.js

+ 1 - 1
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;