diff --git a/.changeset/soft-fireants-jog.md b/.changeset/soft-fireants-jog.md new file mode 100644 index 00000000000..60b2cb83d77 --- /dev/null +++ b/.changeset/soft-fireants-jog.md @@ -0,0 +1,5 @@ +--- +"@clerk/localizations": patch +--- + +Update es-ES.ts diff --git a/packages/localizations/src/es-ES.ts b/packages/localizations/src/es-ES.ts index 00c07a3b64a..f4566d277d6 100644 --- a/packages/localizations/src/es-ES.ts +++ b/packages/localizations/src/es-ES.ts @@ -369,7 +369,7 @@ export const esES: LocalizationResource = { title: 'Agregar cuenta conectada', formHint: 'Seleccione un proveedor para conectar su cuenta.', formHint__noAccounts: 'No hay proveedores de cuentas externas disponibles.', - socialButtonsBlockButton: 'Conectar {{provider|titleize}} cuenta', + socialButtonsBlockButton: 'Conectar cuenta de {{provider|titleize}}', successMessage: 'El proveedor ha sido agregado a su cuenta', removeResource: { title: 'Eliminar cuenta conectada',