Skip to content

Commit 907ae90

Browse files
committed
wording
1 parent 5927d2e commit 907ae90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

poliloom-gui/src/app/stats/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -350,15 +350,15 @@ export default function StatsPage() {
350350
<div className="space-y-6">
351351
<HeaderedBox
352352
title="Evaluations Over Time"
353-
description="Weekly accepted (green) and rejected (red) evaluations"
353+
description="Weekly accepted (green) and rejected (red) statements"
354354
icon="⏱️"
355355
>
356356
<EvaluationsChart data={stats.evaluations_timeseries} />
357357
</HeaderedBox>
358358

359359
<HeaderedBox
360-
title="Evaluation Coverage by Country"
361-
description={`Politicians with evaluated extractions in the last ${stats.cooldown_days} days`}
360+
title="Coverage by Country"
361+
description={`Politicians that were evaluated in the last ${stats.cooldown_days} days`}
362362
icon="🌍"
363363
>
364364
<CountryCoverageList

0 commit comments

Comments
 (0)