fix: limited (traffic exhausted) subscription shows as expired

- Dashboard card: change date label from "Истекла" to "Активна до"
  for limited subscriptions (traffic exhausted but time remaining)
- Dashboard button: change text from "Трафик исчерпан" (dead-end) to
  "Докупить трафик" (actionable) for limited status
- Subscription page: CountdownTimer shows remaining time for limited
  subs instead of "Истекла" (was passing is_active=false)
- PurchaseCTAButton: don't treat limited as expired — limited subs
  still have time, should show extend CTA not "buy new subscription"
This commit is contained in:
Fringg
2026-04-23 03:56:07 +03:00
parent e6403eb7d0
commit f68b46699c
5 changed files with 10 additions and 6 deletions

View File

@@ -284,7 +284,8 @@
"tariffs": "Тарифы",
"traffic": "Трафик",
"devices": "Устройства",
"expiredDate": "Истекла"
"expiredDate": "Истекла",
"activeUntil": "Активна до"
},
"suspended": {
"title": "Подписка приостановлена",