Skip to content

Commit 26d273c

Browse files
chore(localizations): Update "profile" treatment on latin-american spanish (#5081)
Co-authored-by: panteliselef <panteliselef@outlook.com>
1 parent 93921fc commit 26d273c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.changeset/shaggy-rocks-look.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@clerk/localizations": patch
3+
---
4+
5+
Update "profile" translations for en-MX.ts
6+
- `userProfile.profilePage.title`
7+
- `userProfile.start.profileSection.primaryButton`

packages/localizations/src/es-MX.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ export const esMX: LocalizationResource = {
820820
imageFormTitle: 'Imagen de perfil',
821821
readonly: 'Tu información de perfil ha sido proporcionada por la conexión de empresa y no se puede editar.',
822822
successMessage: 'Tu perfil ha sido actualizado.',
823-
title: 'Actualizar Cuenta',
823+
title: 'Actualizar perfil',
824824
},
825825
start: {
826826
activeDevicesSection: {
@@ -892,7 +892,7 @@ export const esMX: LocalizationResource = {
892892
title: 'Números telefónicos',
893893
},
894894
profileSection: {
895-
primaryButton: undefined,
895+
primaryButton: 'Actualizar perfil',
896896
title: 'Perfil',
897897
},
898898
usernameSection: {

0 commit comments

Comments
 (0)