Skip to content
Open
9 changes: 9 additions & 0 deletions .changeset/free-rivers-cheer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@clerk/localizations": patch
---

Add the missing Dutch translation for `organizationProfile.start.profileSection.primaryButton`.

This updates the value from an empty string to `"Profiel bijwerken"` so the primary button label is shown correctly in the organization profile section.

No consumer code changes are required.
2 changes: 1 addition & 1 deletion packages/localizations/src/nl-NL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ export const nlNL: LocalizationResource = {
headerTitle__general: 'Algemeen',
headerTitle__members: 'Leden',
profileSection: {
primaryButton: '',
primaryButton: 'Profiel bijwerken',
title: 'Organisatieprofiel',
uploadAction__title: 'Logo',
},
Expand Down
Loading