From cdcfcb79872e2cc2c806e62f779e49d9bae2d7c4 Mon Sep 17 00:00:00 2001 From: Vladless Date: Sat, 2 Nov 2024 03:10:49 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=B5=D1=80=D0=B5=D0=B2=D0=BE=D0=B4=20?= =?UTF-8?q?=D0=BD=D0=B0=20v2raytun?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- handlers/profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/profile.py b/handlers/profile.py index d58bbcb6..ccf236b1 100644 --- a/handlers/profile.py +++ b/handlers/profile.py @@ -43,7 +43,7 @@ async def process_callback_view_profile(callback_query: types.CallbackQuery, sta profile_message += "\nНажмите ➕Устройство снизу, чтобы добавить устройство в VPN" inline_keyboard = InlineKeyboardMarkup(inline_keyboard=[ - [InlineKeyboardButton(text='➕ Устройство', callback_data='create_key'), InlineKeyboardButton(text='📱 Мои устройства', callback_data='view_keys')], + [InlineKeyboardButton(text='➕ Устройство', callback_data='create_key'), InlineKeyboardButton(text='📱 Мои устр-ва', callback_data='view_keys')], [InlineKeyboardButton(text='💳 Пополнить баланс', callback_data='replenish_balance')], [InlineKeyboardButton(text='👥 Пригласить', callback_data='invite'), InlineKeyboardButton(text='📘 Инструкции', callback_data='instructions')], [InlineKeyboardButton(text='⬅️ Назад', callback_data='back_to_menu')]