Update admin.py

This commit is contained in:
Egor
2025-09-11 04:45:40 +03:00
committed by GitHub
parent 49df0100c9
commit 43de39f4ec

View File

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