Skip to content

Commit 0833cb1

Browse files
symappEphem
andauthored
fix(localizations): more descriptive actionLink for SignIn page (#6981)
Co-authored-by: Fredrik Höglund <[email protected]>
1 parent b289566 commit 0833cb1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/new-seas-pick.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+
Change the German translation for the Sign Up button from "Anmelden" to "Registrieren".

packages/localizations/src/de-DE.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ export const deDE: LocalizationResource = {
745745
detailsLabel: 'Bevor wir Ihr Passwort zurücksetzen können, müssen wir Ihre Identität überprüfen.',
746746
},
747747
start: {
748-
actionLink: 'Anmelden',
748+
actionLink: 'Registrieren',
749749
actionLink__join_waitlist: 'Warteliste beitreten',
750750
actionLink__use_email: 'E-Mail nutzen',
751751
actionLink__use_email_username: 'E-Mail oder Benutzernamen nutzen',

0 commit comments

Comments
 (0)