Skip to content

Commit

Permalink
fix: Faute orthographe contrat à durée indéterminée et contrat à duré…
Browse files Browse the repository at this point in the history
…e déterminée
  • Loading branch information
Victor Zeinstra committed Aug 24, 2023
1 parent e8b7e41 commit a8ff842
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ const StepContratTravail = (): JSX.Element => {
<RadioQuestion
questions={[
{
label: "Contrat à durée determiné (CDD) ou contrat d’intérim",
label: "Contrat à durée determinée (CDD) ou contrat d’intérim",
value: "cdd",
id: "cdd",
},
{
label: "Contrat à durée indeterminé (CDI)",
label: "Contrat à durée indeterminée (CDI)",
value: "cdi",
id: "cdi",
},
Expand Down

0 comments on commit a8ff842

Please sign in to comment.