From 2c489a2f966083328ecb36a33093a4e8710d0f5e Mon Sep 17 00:00:00 2001 From: mirovladimitrovski Date: Thu, 15 Jun 2023 15:18:01 +0200 Subject: [PATCH] feat: add "other_registration_details" as a new translation text --- public/locales/en/user.json | 1 + public/locales/es/user.json | 1 + 2 files changed, 2 insertions(+) diff --git a/public/locales/en/user.json b/public/locales/en/user.json index 965978194..fc3cee10b 100644 --- a/public/locales/en/user.json +++ b/public/locales/en/user.json @@ -41,6 +41,7 @@ "lastname": "Last name", "password": "Password", "save": "Save", + "other_registration_details": "Other registration details", "security": "Password", "terms_and_tracking": "Legal & Marketing", "update_consents": "Update consents", diff --git a/public/locales/es/user.json b/public/locales/es/user.json index 91d9b35e1..99188a8d3 100644 --- a/public/locales/es/user.json +++ b/public/locales/es/user.json @@ -41,6 +41,7 @@ "lastname": "Apellido", "password": "", "save": "Guardar", + "other_registration_details": "Otros detalles de registro", "security": "Contraseña", "terms_and_tracking": "Jurídico y marketing", "update_consents": "Actualizar consentimientos",