From 59d23ecc8853c4ce59b95a0ceda9f150eb00b246 Mon Sep 17 00:00:00 2001 From: devRaGonSa Date: Sat, 21 Mar 2026 00:51:49 +0100 Subject: [PATCH] Simplify historical summary copy --- frontend/assets/js/historico.js | 4 ++-- frontend/historico.html | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/assets/js/historico.js b/frontend/assets/js/historico.js index 2521b43..055ec9f 100644 --- a/frontend/assets/js/historico.js +++ b/frontend/assets/js/historico.js @@ -181,7 +181,7 @@ function hydrateSummary(result, summaryNode, rangeNode, noteNode) { ), renderSummaryCard("Jugadores unicos", formatNumber(summary.unique_players)), renderSummaryCard( - "Cobertura registrada", + "Datos registrados", formatCoverageDays(coverage.coverage_days), ), renderSummaryCard("Primera partida", formatTimestamp(coverage.first_match_at)), @@ -394,7 +394,7 @@ function buildSummaryNote(summaryBasis, weeklyWindowDays, coverage) { if (status === "under-week") { return `Este bloque resume ${basisLabel}. Ahora mismo esa cobertura todavia no alcanza ${weeklyWindowLabel}.`; } - return `Este bloque resume ${basisLabel}. El ranking semanal de abajo usa solo partidas cerradas de los ultimos ${weeklyWindowLabel}.`; + return "Datos generales registrados de los servidores"; } function buildWeeklyWindowNote(payload) { diff --git a/frontend/historico.html b/frontend/historico.html index e56a5d3..267a8d9 100644 --- a/frontend/historico.html +++ b/frontend/historico.html @@ -70,10 +70,10 @@
-

Cobertura registrada

-

Resumen del historico persistido

+

Datos registrados

+

Resumen

- Este bloque resume solo la cobertura ya registrada en la base local. + Datos generales registrados de los servidores