Skip to content

Commit

Permalink
Merge pull request #1084 from MTES-MCT/updated-title-new-campaign-modal
Browse files Browse the repository at this point in the history
updated title to create a campaign modal
  • Loading branch information
Falinor authored Jan 8, 2025
2 parents 0823b72 + 435959c commit 6a49df4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ const CampaignCreationModal = ({
size="large"
title={
<>
<span className="fr-icon-1x icon-left fr-icon-arrow-right-line ds-fr--v-middle" />
Créer la campagne
Créer une campagne
</>
}
buttons={[
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/models/TrackEvent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 6a49df4

Please sign in to comment.