From a1888ed8b5d1f779b2f06fb43274107b6fa452b2 Mon Sep 17 00:00:00 2001 From: Alan Moyano Date: Wed, 5 Feb 2025 04:31:53 +0000 Subject: [PATCH 1/2] Update "profile" treatment on latin-american spanish --- packages/localizations/src/es-MX.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/localizations/src/es-MX.ts b/packages/localizations/src/es-MX.ts index e3fb9801853..c49b39c9121 100644 --- a/packages/localizations/src/es-MX.ts +++ b/packages/localizations/src/es-MX.ts @@ -820,7 +820,7 @@ export const esMX: LocalizationResource = { imageFormTitle: 'Imagen de perfil', readonly: 'Tu información de perfil ha sido proporcionada por la conexión de empresa y no se puede editar.', successMessage: 'Tu perfil ha sido actualizado.', - title: 'Actualizar Cuenta', + title: 'Actualizar perfil', }, start: { activeDevicesSection: { @@ -892,7 +892,7 @@ export const esMX: LocalizationResource = { title: 'Números telefónicos', }, profileSection: { - primaryButton: undefined, + primaryButton: 'Actualizar perfil', title: 'Perfil', }, usernameSection: { From 69b89996c894d9653bee10babcf1edfc5f4fe134 Mon Sep 17 00:00:00 2001 From: panteliselef Date: Wed, 5 Feb 2025 09:17:22 +0200 Subject: [PATCH 2/2] Create shaggy-rocks-look.md --- .changeset/shaggy-rocks-look.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/shaggy-rocks-look.md diff --git a/.changeset/shaggy-rocks-look.md b/.changeset/shaggy-rocks-look.md new file mode 100644 index 00000000000..b49a79392e1 --- /dev/null +++ b/.changeset/shaggy-rocks-look.md @@ -0,0 +1,7 @@ +--- +"@clerk/localizations": patch +--- + +Update "profile" translations for en-MX.ts +- `userProfile.profilePage.title` +- `userProfile.start.profileSection.primaryButton`