Update historical support ranking empty message

This commit is contained in:
devRaGonSa
2026-07-02 17:37:53 +02:00
parent e18177ff63
commit 1f4bba38b1
2 changed files with 5 additions and 1 deletions

4
.gitignore vendored
View File

@@ -24,3 +24,7 @@ backend/data/snapshots/**
.env
backend/data/*.sqlite3-shm
backend/data/*.sqlite3-wal
tmp/
frontend/assets/img/weapons/black - copia/
frontend/assets/img/weapons/black.zip

View File

@@ -71,7 +71,7 @@ const LEADERBOARD_METRICS = Object.freeze([
valueHeading: "Soporte",
ratioHeading: "Soporte/partida",
ratioMode: "support",
emptyMessage: "Sin datos historicos suficientes para mostrar este ranking de soporte.",
emptyMessage: "El ranking de soporte estara disponible cuando tengamos datos de puntuacion de soporte por jugador.",
},
]);
const DEFAULT_LEADERBOARD_METRIC = LEADERBOARD_METRICS[0].key;