Update devices.py

This commit is contained in:
Egor
2026-02-01 12:33:57 +03:00
committed by GitHub
parent d7e1b8fd5d
commit c66bad99f0
+2 -2
View File
@@ -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(