Skip to content

Commit

Permalink
update extra label after focus moves
Browse files Browse the repository at this point in the history
  • Loading branch information
bellangerq committed Sep 5, 2024
1 parent d40b766 commit 868041d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ const statuses: Array<{
},
{
label: formatStatus(CriteriumResultStatus.NOT_COMPLIANT),
extraLabel: "le focus se déplacera sur le champ de saisie ci-après",
extraLabel:
"Le focus se déplacera dans le champ « Erreur et recommandation »",
value: CriteriumResultStatus.NOT_COMPLIANT,
color: "red"
},
Expand Down

0 comments on commit 868041d

Please sign in to comment.