develop #3

Open
Alex wants to merge 77 commits from Alex/stcs:develop into stable
Showing only changes of commit cb7d4b1f66 - Show all commits

View File

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