File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
packages/localizations/src Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @clerk/localizations " : patch
3+ ---
4+
5+ Update "profile" translations for en-MX.ts
6+ - ` userProfile.profilePage.title `
7+ - ` userProfile.start.profileSection.primaryButton `
Original file line number Diff line number Diff 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 : {
You can’t perform that action at this time.
0 commit comments