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)`
22
22
` ;
23
23
24
24
const 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 " +
26
26
"locked until the case is resolved. Jurors whose vote is coherent with the " +
27
27
"final jury decision have their locked stake released. Jurors whose vote " +
28
28
"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`
13
13
const tooltipMsg =
14
14
"A Coherent Vote is a vote coherent with the final jury decision" +
15
15
" (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." ;
17
17
18
18
const Coherency : React . FC = ( ) => {
19
19
return (
You can’t perform that action at this time.
0 commit comments