This commit is contained in:
Renan LE CARO 2025-04-11 09:36:31 +02:00
parent bf687c48ee
commit 8099ced71b
16 changed files with 2031 additions and 1937 deletions

View file

@ -281,7 +281,7 @@ export function getHistograms(gameState: GameState) {
if (runStats) {
runStats =
`<p>${t("gameOver.stats.intro", { count: runsHistory.length - 1 })}</p>` +
`<p>${t("gameOver.stats_intro", { count: runsHistory.length - 1 })}</p>` +
runStats;
}
} catch (e) {