From f05e6ca407f1699b5bcd252a2b287e9b8e3c67ae Mon Sep 17 00:00:00 2001 From: Ilia Denisov Date: Thu, 18 Jun 2026 00:11:59 +0200 Subject: [PATCH] chore: stats.played label --- ui/src/lib/i18n/ru.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/lib/i18n/ru.ts b/ui/src/lib/i18n/ru.ts index 6f3d884..8b3eff8 100644 --- a/ui/src/lib/i18n/ru.ts +++ b/ui/src/lib/i18n/ru.ts @@ -274,7 +274,7 @@ export const ru: Record = { 'stats.wins': 'Победы', 'stats.losses': 'Поражения', 'stats.draws': 'Ничьи', - 'stats.played': 'Игр', + 'stats.played': 'Игры', 'stats.moves': 'Ходы', 'stats.hintShare': 'Доля подсказок', 'stats.winRate': 'Доля побед',