Skip to content

Commit 7458143

Browse files
committed
Restored indentation following merge of Danish translations in #19740.
1 parent 2a83e40 commit 7458143

File tree

1 file changed

+2
-2
lines changed
  • src/Umbraco.Web.UI.Client/src/assets/lang

1 file changed

+2
-2
lines changed

src/Umbraco.Web.UI.Client/src/assets/lang/da.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ export default {
367367
},
368368
entityDetail: {
369369
notFoundTitle: (entityType: string) => {
370-
const entityName = entityType ?? 'Elementet';
370+
const entityName = entityType ?? 'Elementet';
371371
return `${entityName} blev ikke fundet`;
372372
},
373373
notFoundDescription: (entityType: string) => {
@@ -2786,7 +2786,7 @@ export default {
27862786
config_mediaParentId_description: 'Vælg uploadplacering for indsatte billeder.',
27872787
config_overlaySize: 'Overlay-størrelse',
27882788
config_overlaySize_description: 'Vælg bredden på overlayet (linkvælger).',
2789-
},
2789+
},
27902790
tiptap: {
27912791
anchor: 'Anker',
27922792
anchor_input: 'Indtast anker-ID',

0 commit comments

Comments
 (0)