File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
poliloom-gui/src/app/stats Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments