Skip to content

Commit b7b940c

Browse files
hansemannnLekoArts
andauthored
fix(localizations): German "Delete account" confirmation (#5624)
Co-authored-by: Lennart <[email protected]>
1 parent 01f501d commit b7b940c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/tired-experts-dig.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@clerk/localizations': patch
3+
---
4+
5+
Fix German account deletion confirmation

packages/localizations/src/de-DE.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export const deDE: LocalizationResource = {
6363
formFieldHintText__slug:
6464
'Der Slug ist eine für Menschen lesbare ID. Sie muss einzigartig sein und wird oft in URLs verwendet.',
6565
formFieldInputPlaceholder__backupCode: 'Sicherheitscode eingeben',
66-
formFieldInputPlaceholder__confirmDeletionUserAccount: 'Account löschen',
66+
formFieldInputPlaceholder__confirmDeletionUserAccount: 'Konto löschen',
6767
formFieldInputPlaceholder__emailAddress: 'E-Mail-Adresse eingeben',
6868
formFieldInputPlaceholder__emailAddress_username: 'E-Mail-Adresse oder Benutzername eingeben',
6969
formFieldInputPlaceholder__emailAddresses: '[email protected], [email protected]',

0 commit comments

Comments
 (0)