From d860b690b00f63cab16debca16edf9d21981ed26 Mon Sep 17 00:00:00 2001 From: devRaGonSa <97627393+devRaGonSa@users.noreply.github.com> Date: Sat, 23 May 2026 17:31:31 +0200 Subject: [PATCH 1/2] fix: adjust current match copy --- frontend/partida-actual.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/partida-actual.html b/frontend/partida-actual.html index ecf00ce..3b3a56b 100644 --- a/frontend/partida-actual.html +++ b/frontend/partida-actual.html @@ -106,7 +106,7 @@

Combate

Feed de combate

- Leyendo eventos recientes con cobertura segura para esta partida. + Leyendo eventos recientes para esta partida.

@@ -135,4 +135,4 @@ - + \ No newline at end of file From ae9af85abf0e6fb6bbb7c16aa252d68192e197ba Mon Sep 17 00:00:00 2001 From: devRaGonSa <97627393+devRaGonSa@users.noreply.github.com> Date: Sat, 23 May 2026 18:02:13 +0200 Subject: [PATCH 2/2] fix: adjust current match copy --- frontend/assets/js/partida-actual.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/assets/js/partida-actual.js b/frontend/assets/js/partida-actual.js index d0e4505..2841876 100644 --- a/frontend/assets/js/partida-actual.js +++ b/frontend/assets/js/partida-actual.js @@ -405,7 +405,7 @@ function renderPlayerStats(data, nodes, state) { state.visibleSignature = signature; } nodes.playerStatsShell.hidden = false; - setState(nodes.playerStatsState, "Estadisticas parciales derivadas de eventos recientes."); + setState(nodes.playerStatsState, "Estadisticas derivadas de los eventos recientes."); } function renderDetectedPlayerCount(count, nodes) {