Skip to content

Commit ef508db

Browse files
larsholmkevin-brown
authored andcommitted
Corrected Danish translation for results errors
This closes select2#3870
1 parent d0ce218 commit ef508db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/js/select2/i18n/da.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ define(function () {
22
// Danish
33
return {
44
errorLoading: function () {
5-
return 'The results could not be loaded.';
5+
return 'Resultaterne kunne ikke indlæses.';
66
},
77
inputTooLong: function (args) {
88
var overChars = args.input.length - args.maximum;

0 commit comments

Comments
 (0)