From 635611051668c545cea58a5d6303404dc6a78444 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D1=82=D0=BE=D0=BD=20=D0=A2=D1=80=D0=BE=D1=88?= =?UTF-8?q?=D0=B8=D0=BD?= Date: Sun, 9 Aug 2026 16:47:41 +0300 Subject: [PATCH] fix: remove redundant 'Press Connect' from Russian disconnected-state text --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 6722fb9..1ca0b7f 100644 --- a/index.html +++ b/index.html @@ -3732,7 +3732,7 @@ const LANG_RU = { 'To connect, install': 'Для подключения установите', 'and start it.': 'и запустите его.', 'Refer to pysim-otaman-server README files for details.': 'Подробности — в README файлах pysim-otaman-server.', - 'once pysim-otaman-server is ready.': 'Нажмите кнопку Подключиться когда pysim-otaman-server будет готов.', + 'once pysim-otaman-server is ready.': 'когда pysim-otaman-server будет готов.', 'Equip card': 'Подключить карту', 'Check status': 'Проверить статус', 'Reset card': 'Сброс карты',