diff --git a/web/src/components/Leaderboard.tsx b/web/src/components/Leaderboard.tsx index 5bc7b4a..0f96544 100644 --- a/web/src/components/Leaderboard.tsx +++ b/web/src/components/Leaderboard.tsx @@ -67,8 +67,9 @@ function Row({ className={tentative ? 'chip chip-named chip-guess' : 'chip chip-named'} title={ `Name inferred from telemetry: ${Math.round(row.confidence * 100)}% of ` + - `${row.attribution_votes} attributed block${row.attribution_votes === 1 ? '' : 's'} ` + - `point here. Best effort — a later block can correct it.` + `${row.attribution_votes} attributed ` + + (row.attribution_votes === 1 ? 'block points' : 'blocks point') + + ` here. Best effort — a later block can correct it.` } > {tentative ? 'node?' : 'node'}