Explorar o código

Corrected Danish translation for results errors

This closes https://github.com/select2/select2/pull/3870
Lars Holm Jensen %!s(int64=9) %!d(string=hai) anos
pai
achega
ef508db161
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;