diff --git a/app/keyboards/admin.py b/app/keyboards/admin.py index 38307d72..49557406 100644 --- a/app/keyboards/admin.py +++ b/app/keyboards/admin.py @@ -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") ],