Skip to content

Commit 46093fa

Browse files
add missing Dutch localization (nl-NL) for the profileSection.primaryButton (clerk#7711)
1 parent c44f106 commit 46093fa

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

.changeset/free-rivers-cheer.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"@clerk/localizations": patch
3+
---
4+
5+
Add the missing Dutch translation for `organizationProfile.start.profileSection.primaryButton`.
6+
7+
This updates the value from an empty string to `"Profiel bijwerken"` so the primary button label is shown correctly in the organization profile section.
8+
9+
No consumer code changes are required.

packages/localizations/src/nl-NL.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ export const nlNL: LocalizationResource = {
459459
headerTitle__general: 'Algemeen',
460460
headerTitle__members: 'Leden',
461461
profileSection: {
462-
primaryButton: '',
462+
primaryButton: 'Profiel bijwerken',
463463
title: 'Organisatieprofiel',
464464
uploadAction__title: 'Logo',
465465
},

0 commit comments

Comments
 (0)