diff --git a/app/handlers/subscription/devices.py b/app/handlers/subscription/devices.py index 0b615cd9..9e4a7e52 100644 --- a/app/handlers/subscription/devices.py +++ b/app/handlers/subscription/devices.py @@ -389,10 +389,10 @@ async def confirm_change_devices(callback: types.CallbackQuery, db_user: User, d if price > 0: cost_text = texts.t( 'DEVICE_CHANGE_EXTRA_COST', - 'Доплата: {amount} (за {period})', + 'Доплата: {amount} (за {months} мес)', ).format( amount=texts.format_price(price), - period=period_label, + months=charged_months, ) if total_discount > 0: cost_text += texts.t(