Corrected Danish translation for results errors
This closes https://github.com/select2/select2/pull/3870
This commit is contained in:
parent
d0ce218c0b
commit
ef508db161
1 changed files with 1 additions and 1 deletions
2
src/js/select2/i18n/da.js
vendored
2
src/js/select2/i18n/da.js
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue