From cb7d4b1f669cfc3904e99d09560d40f89dc14b7e Mon Sep 17 00:00:00 2001 From: algizn97 Date: Wed, 20 Aug 2025 17:51:06 +0500 Subject: [PATCH] Fixed the letter --- app/telegram/Keyboards/inline_keyboards.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/telegram/Keyboards/inline_keyboards.py b/app/telegram/Keyboards/inline_keyboards.py index e9c034d..c979706 100644 --- a/app/telegram/Keyboards/inline_keyboards.py +++ b/app/telegram/Keyboards/inline_keyboards.py @@ -52,7 +52,7 @@ risk_management_settings_markup = InlineKeyboardMarkup(inline_keyboard=[ [InlineKeyboardButton(text='Изм. цены прибыли', callback_data='clb_change_price_profit'), InlineKeyboardButton(text='Изм. цены убытков', callback_data='clb_change_price_loss')], - [InlineKeyboardButton(text='Иакс. риск на сделку', callback_data='clb_change_max_risk_deal')], + [InlineKeyboardButton(text='Макс. риск на сделку', callback_data='clb_change_max_risk_deal')], back_btn_list_settings ])