diff --git a/resources/lang/en.json b/resources/lang/en.json index 05c6f7888..0c38ffff4 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -557,7 +557,7 @@ "war": "War" }, "game_list": { - "ranking": "Ranking" + "stats": "Stats" }, "game_mode": { "ffa": "Free for All", diff --git a/src/client/components/baseComponents/stats/PlayerGameHistoryView.ts b/src/client/components/baseComponents/stats/PlayerGameHistoryView.ts index 26ba36d87..7e720d038 100644 --- a/src/client/components/baseComponents/stats/PlayerGameHistoryView.ts +++ b/src/client/components/baseComponents/stats/PlayerGameHistoryView.ts @@ -455,7 +455,7 @@ export class PlayerGameHistoryView extends LitElement { @click=${() => this.showRanking(game.gameId)} class="px-3 py-1.5 text-xs font-bold text-white/80 uppercase tracking-wider bg-white/10 hover:bg-white/20 border border-white/10 rounded-lg transition-colors" > - ${translateText("game_list.ranking")} + ${translateText("game_list.stats")}