From 43de39f4ecaaecce539dbba3493a5a4cfc0e3fec Mon Sep 17 00:00:00 2001 From: Egor Date: Thu, 11 Sep 2025 04:45:40 +0300 Subject: [PATCH] Update admin.py --- app/keyboards/admin.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/keyboards/admin.py b/app/keyboards/admin.py index 49557406..6400b609 100644 --- a/app/keyboards/admin.py +++ b/app/keyboards/admin.py @@ -674,10 +674,11 @@ def get_welcome_text_keyboard(language: str = "ru") -> InlineKeyboardMarkup: ], [ InlineKeyboardButton(text="🔍 Предварительный просмотр", callback_data="preview_welcome_text"), - InlineKeyboardButton(text="💡 Помощь с плейсхолдерами", callback_data="show_placeholders_help") + InlineKeyboardButton(text="💡 Плейсхолдеры", callback_data="show_placeholders_help") ], [ - InlineKeyboardButton(text="🔄 Сбросить на стандартный", callback_data="reset_welcome_text") + InlineKeyboardButton(text="🏷️ HTML форматирование", callback_data="show_formatting_help"), + InlineKeyboardButton(text="🔄 Сбросить", callback_data="reset_welcome_text") ], [ InlineKeyboardButton(text="⬅️ Назад", callback_data="admin_panel")