We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04e799d commit a709812Copy full SHA for a709812
web/src/pages/Home/TopJurors/Header/Coherency.tsx
@@ -27,7 +27,7 @@ const Container = styled.div`
27
28
const coherentVotesTooltipMsg =
29
"This is the percentage of coherent votes made by a juror." +
30
- " Hover to see the ratio of coherent votes : " +
+ " Hover to see the ratio of coherent votes: " +
31
"the number in the left is the number of times where the juror " +
32
"voted coherently and the number in the right is the total number of times " +
33
"the juror voted";
0 commit comments