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')]