Update admin.py

This commit is contained in:
Egor
2025-09-11 04:18:18 +03:00
committed by GitHub
parent 9e42c3e7d1
commit 7721464611
+4
View File
@@ -672,6 +672,10 @@ def get_welcome_text_keyboard(language: str = "ru") -> InlineKeyboardMarkup:
InlineKeyboardButton(text="📝 Изменить текст", callback_data="edit_welcome_text"),
InlineKeyboardButton(text="👁️ Показать текущий", callback_data="show_welcome_text")
],
[
InlineKeyboardButton(text="🔍 Предварительный просмотр", callback_data="preview_welcome_text"),
InlineKeyboardButton(text="💡 Помощь с плейсхолдерами", callback_data="show_placeholders_help")
],
[
InlineKeyboardButton(text="🔄 Сбросить на стандартный", callback_data="reset_welcome_text")
],