diff --git a/.changeset/slow-yaks-cough.md b/.changeset/slow-yaks-cough.md new file mode 100644 index 00000000000..0da96e96b39 --- /dev/null +++ b/.changeset/slow-yaks-cough.md @@ -0,0 +1,5 @@ +--- +"@clerk/localizations": patch +--- + +Update the translation of `userProfile.start.profileSection.primaryButton` in the `es-ES` locale. diff --git a/packages/localizations/src/es-ES.ts b/packages/localizations/src/es-ES.ts index 77cda30dc95..20d073b75c8 100644 --- a/packages/localizations/src/es-ES.ts +++ b/packages/localizations/src/es-ES.ts @@ -891,7 +891,7 @@ export const esES: LocalizationResource = { title: 'Números telefónicos', }, profileSection: { - primaryButton: 'Guardar Cambios', + primaryButton: 'Actualizar perfil', title: 'Perfil', }, usernameSection: {