From 9169c18b02f1a74d97080ca019884784ae9f0c85 Mon Sep 17 00:00:00 2001 From: Lucas Jouin <138494307+LuluFreeDesign@users.noreply.github.com> Date: Wed, 8 Jan 2025 14:58:33 +0100 Subject: [PATCH 1/2] updated title to create a campaign modal --- .../modals/CampaignCreationModal/CampaignCreationModal.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/components/modals/CampaignCreationModal/CampaignCreationModal.tsx b/frontend/src/components/modals/CampaignCreationModal/CampaignCreationModal.tsx index fde407ae3..a0201b645 100644 --- a/frontend/src/components/modals/CampaignCreationModal/CampaignCreationModal.tsx +++ b/frontend/src/components/modals/CampaignCreationModal/CampaignCreationModal.tsx @@ -69,8 +69,7 @@ const CampaignCreationModal = ({ size="large" title={ <> - - Créer la campagne + Créer une campagne } buttons={[ From 435959c753dcf8df114ba7ffaf3fcc7b1f268969 Mon Sep 17 00:00:00 2001 From: Lucas Jouin <138494307+LuluFreeDesign@users.noreply.github.com> Date: Wed, 8 Jan 2025 14:59:22 +0100 Subject: [PATCH 2/2] Update TrackEvent.tsx --- frontend/src/models/TrackEvent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/models/TrackEvent.tsx b/frontend/src/models/TrackEvent.tsx index 5cc7ff1ab..6f519f279 100644 --- a/frontend/src/models/TrackEvent.tsx +++ b/frontend/src/models/TrackEvent.tsx @@ -31,7 +31,7 @@ export const TrackEventActions = { SubmitContact: 'Formulaire contact complété' }, HousingList: { - CreateCampaign: 'Créer la campagne', + CreateCampaign: 'Créer une campagne', SaveCampaign: 'Enregistrer la campagne', DisplayHousing: 'Afficher un logement', Search: 'Rechercher un logement',