File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
web/src/components/DisputeView/CardLabels Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ interface ICardLabels {
6363const LabelArgs : Record < string , { text : string ; icon : React . FC < React . SVGAttributes < SVGElement > > ; color : IColors } > = {
6464 EvidenceTime : { text : "Evidence time" , icon : EvidenceIcon , color : "blue" } ,
6565 NotDrawn : { text : "You were not drawn" , icon : NotDrawnIcon , color : "grey" } ,
66- CanVote : { text : "You can vote" , icon : CanVoteIcon , color : "blue" } ,
66+ CanVote : { text : "You can vote now " , icon : CanVoteIcon , color : "blue" } ,
6767 Voted : { text : "You voted" , icon : VotedIcon , color : "purple" } ,
6868 DidNotVote : { text : "You forgot to vote" , icon : ForgotToVoteIcon , color : "purple" } ,
6969 CanFund : { text : "Appeal possible" , icon : AppealIcon , color : "lightPurple" } ,
You can’t perform that action at this time.
0 commit comments