Skip to content

Commit b3023eb

Browse files
(PR #4970) Additional changes to waitlist component translations nlNL (#4975)
Co-authored-by: Tom Milewski <[email protected]>
1 parent 1b42a2d commit b3023eb

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.changeset/red-planes-exercise.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+
Additional changes to waitlist component translations `nl-NL`

packages/localizations/src/nl-NL.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ export const nlNL: LocalizationResource = {
458458
actionLink__use_phone: 'Gebruik telefoon',
459459
actionLink__use_username: 'Gebruik gebruikersnaam',
460460
actionText: 'Geen account?',
461-
actionText__join_waitlist: 'Nog geen account? Meld je aan voor de wachtlijst.',
461+
actionText__join_waitlist: 'Nog geen account?',
462462
subtitle: 'om door te gaan naar {{applicationName}}',
463463
title: 'Inloggen',
464464
titleCombined: undefined,
@@ -910,9 +910,9 @@ export const nlNL: LocalizationResource = {
910910
waitlist: {
911911
start: {
912912
actionLink: 'Neem deel aan de wachtlijst',
913-
actionText: 'Nog geen account? Maak er een aan en voeg je bij de wachtlijst.',
913+
actionText: 'Nog geen account?',
914914
formButton: 'Verstuur',
915-
subtitle: 'Je wordt toegevoegd aan de wachtlijst en wordt op de hoogte gehouden.',
915+
subtitle: 'Je wordt toegevoegd aan de wachtlijst en op de hoogte gehouden.',
916916
title: 'Wachtlijst aanmelding',
917917
},
918918
success: {

0 commit comments

Comments
 (0)