Skip to content

Commit

Permalink
fix: typo sur contrat (#3821)
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Gaucher <[email protected]>
  • Loading branch information
Pomarom and Pomarom authored Sep 17, 2024
1 parent 37adbde commit 5ac2f91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const ApprenantContrats = memo(({ contrats }: { contrats: any[] }) => {
</>
) : (
<Center>
<Text>Pas de contrats</Text>
<Text>Pas de contrat</Text>
</Center>
);
});

0 comments on commit 5ac2f91

Please sign in to comment.