Skip to content

Commit 02defed

Browse files
Martoxdlolanagstefpanteliselef
authored
fix(localizations): Improve translation of "Update profile" in es-ES (clerk#5208)
Co-authored-by: Stefanos Anagnostou <anagstef@users.noreply.github.com> Co-authored-by: panteliselef <panteliselef@outlook.com>
1 parent 29a44b0 commit 02defed

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/slow-yaks-cough.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@clerk/localizations": patch
3+
---
4+
5+
Update the translation of `userProfile.start.profileSection.primaryButton` in the `es-ES` locale.

packages/localizations/src/es-ES.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ export const esES: LocalizationResource = {
891891
title: 'Números telefónicos',
892892
},
893893
profileSection: {
894-
primaryButton: 'Guardar Cambios',
894+
primaryButton: 'Actualizar perfil',
895895
title: 'Perfil',
896896
},
897897
usernameSection: {

0 commit comments

Comments
 (0)