diff --git a/app/frontend/src/javascript/components/user/user-profile-form.tsx b/app/frontend/src/javascript/components/user/user-profile-form.tsx index 7c4122a22..faccb204c 100644 --- a/app/frontend/src/javascript/components/user/user-profile-form.tsx +++ b/app/frontend/src/javascript/components/user/user-profile-form.tsx @@ -131,6 +131,20 @@ export const UserProfileForm: React.FC = ({ action, size, label={t('app.shared.user_profile_form.organization_address')} /> } +
+

{t('app.shared.user_profile_form.profile_data')}

+
+
+

{t('app.shared.user_profile_form.preferences_data')}

+ + +
); diff --git a/config/locales/app.shared.en.yml b/config/locales/app.shared.en.yml index cc0ee22ad..8bd474394 100644 --- a/config/locales/app.shared.en.yml +++ b/config/locales/app.shared.en.yml @@ -38,6 +38,8 @@ en: personal_data: "Personal" account_data: "Account" organization_data: "Organization" + profile_data: "Profile" + preferences_data: "Preferences" declare_organization: "I declare to be an organization" declare_organization_help: "If you declare to be an organization, your invoices will be issued in the name of the organization." pseudonym: "Nickname" @@ -48,7 +50,7 @@ en: organization_address: "Organization address" date_of_birth: "Date of birth" website: "Website" - job: "Occupation" + job: "Job" interests: "Interests" CAD_softwares_mastered: "CAD Softwares mastered" birthday: "Date of birth" @@ -56,8 +58,10 @@ en: address: "Address" phone_number: "Phone number" phone_number_is_required: "Phone number is required." - i_authorize_Fablab_users_registered_on_the_site_to_contact_me: "I authorize FabLab users, registered on the site, to contact me" - i_accept_to_receive_information_from_the_fablab: "I accept to receive information from the FabLab" + allow_public_profile: "I authorize users, registered on the site, to contact me" + allow_public_profile_help: "Your profile will be visible to other users and you'll be able to collaborate on projects." + allow_newsletter: "I accept to receive information from the FabLab" + allow_newsletter_help: "You may receive the newsletter." used_for_statistics: "This data will be used for statistical purposes" used_for_invoicing: "This data will be used for billing purposes" used_for_reservation: "This data will be used in case of change on one of your bookings"