Skip to content

Commit 0d06078

Browse files
authored
chore(localizations): Fixed incorrect word in da-DK localization (#7457)
1 parent 395a4ca commit 0d06078

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

.changeset/quick-chairs-fall.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@clerk/localizations': patch
3+
---
4+
5+
Fixed incorrect word in `da-DK` localization

packages/localizations/src/da-DK.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ export const daDK: LocalizationResource = {
738738
subtitle: undefined,
739739
title: undefined,
740740
},
741-
subtitle: 'Forsæt til {{applicationName}}',
741+
subtitle: 'Fortsæt til {{applicationName}}',
742742
subtitleCombined: undefined,
743743
title: 'Log ind',
744744
titleCombined: undefined,
@@ -759,7 +759,7 @@ export const daDK: LocalizationResource = {
759759
continue: {
760760
actionLink: 'Log ind',
761761
actionText: 'Har du en konto?',
762-
subtitle: 'Forsæt til {{applicationName}}',
762+
subtitle: 'Fortsæt til {{applicationName}}',
763763
title: 'Udfyld manglende felter',
764764
},
765765
emailCode: {
@@ -780,7 +780,7 @@ export const daDK: LocalizationResource = {
780780
title: 'Tilmelding...',
781781
},
782782
resendButton: 'Send link igen',
783-
subtitle: 'Forsæt til {{applicationName}}',
783+
subtitle: 'Fortsæt til {{applicationName}}',
784784
title: 'Bekræft din email',
785785
verified: {
786786
title: 'Vellykket tilmelding',
@@ -833,13 +833,13 @@ export const daDK: LocalizationResource = {
833833
subtitle: undefined,
834834
title: undefined,
835835
},
836-
subtitle: 'Forsæt til {{applicationName}}',
837-
subtitleCombined: 'Forsæt til {{applicationName}}',
836+
subtitle: 'Fortsæt til {{applicationName}}',
837+
subtitleCombined: 'Fortsæt til {{applicationName}}',
838838
title: 'Opret din konto',
839839
titleCombined: 'Opret din konto',
840840
},
841841
},
842-
socialButtonsBlockButton: 'Forsæt med {{provider|titleize}}',
842+
socialButtonsBlockButton: 'Fortsæt med {{provider|titleize}}',
843843
socialButtonsBlockButtonManyInView: undefined,
844844
taskChooseOrganization: {
845845
chooseOrganization: {

0 commit comments

Comments
 (0)