Skip to content

Commit ef71063

Browse files
committed
fix: typos and grammar, fixes #356 #357
1 parent b52254e commit ef71063

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/src/pages/Dashboard/Courts/CourtCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const StyledBreadcrumb = styled(Breadcrumb)`
2222
`;
2323

2424
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 " +
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. " +

web/src/pages/Dashboard/JurorInfo/Coherency.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const Container = styled.div`
1313
const 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

1818
const Coherency: React.FC = () => {
1919
return (

0 commit comments

Comments
 (0)