Skip to content

Commit 4e31fca

Browse files
authored
fix(localizations): Add missing translation for edit profile button in de-DE (clerk#3011)
1 parent d9bd2b4 commit 4e31fca

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/kind-eagles-yawn.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+
Add missing translation for profile edit button in de-DE

packages/localizations/src/de-DE.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ export const deDE: LocalizationResource = {
753753
title: 'Telefonnummern',
754754
},
755755
profileSection: {
756-
primaryButton: '',
756+
primaryButton: 'Profil bearbeiten',
757757
title: 'Profil',
758758
},
759759
usernameSection: {

0 commit comments

Comments
 (0)