File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const StyledBreadcrumb = styled(Breadcrumb)`
2222` ;
2323
2424const tooltipMsg =
25- "When a juror is selected to arbitrate a case part of his stake (PNK) is " +
25+ "When a juror is selected to arbitrate a case, part of their stake (PNK) is " +
2626 "locked until the case is resolved. Jurors whose vote is coherent with the " +
2727 "final jury decision have their locked stake released. Jurors whose vote " +
2828 "is not coherent with the final jury decision, lose their locked stake. " +
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ const Container = styled.div`
1313const tooltipMsg =
1414 "A Coherent Vote is a vote coherent with the final jury decision" +
1515 " (after all the appeal instances). If the juror vote is the same as the" +
16- "majority of jurors it's considered a Coherent Vote." ;
16+ " majority of jurors it's considered a Coherent Vote." ;
1717
1818const Coherency : React . FC = ( ) => {
1919 return (
You can’t perform that action at this time.
0 commit comments