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",