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}%
)}