From 6baa573e4bb9a4d040d5c943fdcfc97059f3ec7b Mon Sep 17 00:00:00 2001 From: Egor Date: Sun, 18 Jan 2026 06:12:53 +0300 Subject: [PATCH] Update Subscription.tsx --- src/pages/Subscription.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Subscription.tsx b/src/pages/Subscription.tsx index f1d37e5..3c782c0 100644 --- a/src/pages/Subscription.tsx +++ b/src/pages/Subscription.tsx @@ -1598,7 +1598,7 @@ export default function Subscription() { {promoPeriod.percent && (
- Скидка -{promoPeriod.percent}% применена + {t('promo.discountApplied')} -{promoPeriod.percent}%
)} @@ -1879,7 +1879,7 @@ export default function Subscription() { - Скидка -{activeDiscount.discount_percent}% применена + {t('promo.discountApplied')} -{activeDiscount.discount_percent}% )}