We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b19b82d commit 4a451a5Copy full SHA for 4a451a5
web/src/components/DisputeView/CardLabels/index.tsx
@@ -65,7 +65,7 @@ const LabelArgs: Record<string, { text: string; icon: React.FC<React.SVGAttribut
65
NotDrawn: { text: "You were not drawn", icon: NotDrawnIcon, color: "grey" },
66
CanVote: { text: "You can vote now", icon: CanVoteIcon, color: "blue" },
67
Voted: { text: "You voted", icon: VotedIcon, color: "purple" },
68
- DidNotVote: { text: "You forgot to vote", icon: ForgotToVoteIcon, color: "purple" },
+ DidNotVote: { text: "You did not vote", icon: ForgotToVoteIcon, color: "purple" },
69
CanFund: { text: "Appeal possible", icon: AppealIcon, color: "lightPurple" },
70
Funded: { text: "You funded an appeal", icon: FundedIcon, color: "lightPurple" },
71
};
0 commit comments