diff --git a/handlers/payments/cryprobot_pay.py b/handlers/payments/cryprobot_pay.py index 6ee1416b..9fd0b37e 100644 --- a/handlers/payments/cryprobot_pay.py +++ b/handlers/payments/cryprobot_pay.py @@ -74,7 +74,7 @@ async def process_callback_pay_cryptobot(callback_query: types.CallbackQuery, st callback_data="enter_custom_amount_crypto", ) ) - builder.row(InlineKeyboardButton(text="⬅️ Назад", callback_data="back_to_profile")) + builder.row(InlineKeyboardButton(text="⬅️ Назад", callback_data="view_profile")) key_count = await get_key_count(tg_id)