Update historical support ranking empty message
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -24,3 +24,7 @@ backend/data/snapshots/**
|
|||||||
.env
|
.env
|
||||||
backend/data/*.sqlite3-shm
|
backend/data/*.sqlite3-shm
|
||||||
backend/data/*.sqlite3-wal
|
backend/data/*.sqlite3-wal
|
||||||
|
|
||||||
|
tmp/
|
||||||
|
frontend/assets/img/weapons/black - copia/
|
||||||
|
frontend/assets/img/weapons/black.zip
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ const LEADERBOARD_METRICS = Object.freeze([
|
|||||||
valueHeading: "Soporte",
|
valueHeading: "Soporte",
|
||||||
ratioHeading: "Soporte/partida",
|
ratioHeading: "Soporte/partida",
|
||||||
ratioMode: "support",
|
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;
|
const DEFAULT_LEADERBOARD_METRIC = LEADERBOARD_METRICS[0].key;
|
||||||
|
|||||||
Reference in New Issue
Block a user