From 776f4f2c1f2db0cc879011321cdc9c703125dafa Mon Sep 17 00:00:00 2001 From: vrubelroman Date: Fri, 21 Nov 2025 23:43:53 +0300 Subject: [PATCH] trivial bug fix design --- LichessClientTG_bot/i18n.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LichessClientTG_bot/i18n.py b/LichessClientTG_bot/i18n.py index c42b3e0..51c70b9 100644 --- a/LichessClientTG_bot/i18n.py +++ b/LichessClientTG_bot/i18n.py @@ -61,7 +61,7 @@ TRANSLATIONS = { # Get gamers 'no_gamers': "📭 No players in database. Use /addgamer to add.", 'loading_ratings': "🔄 Loading player ratings...", - 'select_active_gamer': "👥 Select active player:\n\n", + 'select_active_gamer': "👥 Player statistics:\n\n", 'active_gamer_set': "✅ Active player: {username}", 'gamer_not_found': "❌ Player not found", @@ -184,7 +184,7 @@ TRANSLATIONS = { # Get gamers 'no_gamers': "📭 Нет игроков в базе данных. Используйте /addgamer для добавления.", 'loading_ratings': "🔄 Загрузка рейтингов игроков...", - 'select_active_gamer': "👥 Выберите активного игрока:\n\n", + 'select_active_gamer': "👥 Статистика игроков:\n\n", 'active_gamer_set': "✅ Активный игрок: {username}", 'gamer_not_found': "❌ Игрок не найден",