From 049789c9c50c9998d56c21df6187eef119ed5734 Mon Sep 17 00:00:00 2001 From: 3252a8 <3252a8@proton.me> Date: Fri, 6 Feb 2026 12:48:37 +0300 Subject: [PATCH] Tune invite buttons --- bot/keyboards/inline/user_keyboards.py | 3 ++- locales/en.json | 2 +- locales/ru.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bot/keyboards/inline/user_keyboards.py b/bot/keyboards/inline/user_keyboards.py index 02bcca0..ea9b505 100644 --- a/bot/keyboards/inline/user_keyboards.py +++ b/bot/keyboards/inline/user_keyboards.py @@ -34,7 +34,8 @@ def get_main_menu_inline_keyboard( promo_button = InlineKeyboardButton( text=_(key="menu_apply_promo_button"), callback_data="main_action:apply_promo") - builder.row(referral_button, promo_button) + builder.row(referral_button) + builder.row(promo_button) language_button = InlineKeyboardButton( text=_(key="menu_language_settings_inline"), diff --git a/locales/en.json b/locales/en.json index 704b03e..b07d127 100644 --- a/locales/en.json +++ b/locales/en.json @@ -10,7 +10,7 @@ "menu_subscribe_inline": "🚀 Purchase", "menu_my_subscription_inline": "🔐 My Subscription", "no_subscription_options_available": "Subscription issuance is not configured by the bot administrator", - "menu_referral_inline": "🎁 Referrals", + "menu_referral_inline": "🎁 Invite friend", "referral_no_bonuses_configured": "Sorry, the referral program is currently disabled", "menu_apply_promo_button": "🎟 Promo Code", "menu_language_settings_inline": "🌐 Language", diff --git a/locales/ru.json b/locales/ru.json index afb11dc..f110b3d 100644 --- a/locales/ru.json +++ b/locales/ru.json @@ -10,7 +10,7 @@ "menu_subscribe_inline": "🚀 Купить", "menu_my_subscription_inline": "🔐 Моя подписка", "no_subscription_options_available": "Выдача подписки не настроена администратором бота", - "menu_referral_inline": "🎁 Рефералы", + "menu_referral_inline": "🎁 Пригласить друга", "referral_no_bonuses_configured": "Извините, реферальная программа в данный момент отключена", "menu_apply_promo_button": "🎟 Промокод", "menu_language_settings_inline": "🌐 Язык",