Skip to content

Commit 4a451a5

Browse files
committed
chore: tweak didnotvote text
1 parent b19b82d commit 4a451a5

File tree

1 file changed

+1
-1
lines changed
  • web/src/components/DisputeView/CardLabels

1 file changed

+1
-1
lines changed

web/src/components/DisputeView/CardLabels/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const LabelArgs: Record<string, { text: string; icon: React.FC<React.SVGAttribut
6565
NotDrawn: { text: "You were not drawn", icon: NotDrawnIcon, color: "grey" },
6666
CanVote: { text: "You can vote now", icon: CanVoteIcon, color: "blue" },
6767
Voted: { text: "You voted", icon: VotedIcon, color: "purple" },
68-
DidNotVote: { text: "You forgot to vote", icon: ForgotToVoteIcon, color: "purple" },
68+
DidNotVote: { text: "You did not vote", icon: ForgotToVoteIcon, color: "purple" },
6969
CanFund: { text: "Appeal possible", icon: AppealIcon, color: "lightPurple" },
7070
Funded: { text: "You funded an appeal", icon: FundedIcon, color: "lightPurple" },
7171
};

0 commit comments

Comments
 (0)