Skip to content

Commit

Permalink
💬 Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
benjlevesque committed Sep 30, 2024
1 parent 9d8b8f9 commit 49381b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const FormattedIdentifiantProjet: FC<{
const NotiféeBadge = ({ estNotifié }: Pick<ProjectListItemHeadingProps, 'estNotifié'>) => {
return (
<Badge small noIcon severity="info">
{estNotifié ? 'Notifié' : 'Non-notifié'}
{estNotifié ? 'Notifié' : 'À Notifier'}
</Badge>
);
};

0 comments on commit 49381b7

Please sign in to comment.