diff --git a/.changeset/free-rivers-cheer.md b/.changeset/free-rivers-cheer.md new file mode 100644 index 00000000000..65a1f0d305a --- /dev/null +++ b/.changeset/free-rivers-cheer.md @@ -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. diff --git a/packages/localizations/src/nl-NL.ts b/packages/localizations/src/nl-NL.ts index f4df2d584aa..579070d341f 100644 --- a/packages/localizations/src/nl-NL.ts +++ b/packages/localizations/src/nl-NL.ts @@ -459,7 +459,7 @@ export const nlNL: LocalizationResource = { headerTitle__general: 'Algemeen', headerTitle__members: 'Leden', profileSection: { - primaryButton: '', + primaryButton: 'Profiel bijwerken', title: 'Organisatieprofiel', uploadAction__title: 'Logo', },