mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
fix: show fallback when tariff has no available periods for renewal
When all periods are removed from a tariff, users saw an empty purchase form with no way to renew. Now shows a message explaining the situation and a button to choose a different tariff.
This commit is contained in:
@@ -365,6 +365,9 @@
|
||||
"daysBeforeExpiry_few": "{{count}} дня до окончания",
|
||||
"daysBeforeExpiry_many": "{{count}} дней до окончания",
|
||||
"selectPeriod": "Выберите период",
|
||||
"noPeriodsAvailable": "Нет доступных периодов для продления",
|
||||
"noPeriodsAvailableHint": "Администратор изменил настройки этого тарифа. Выберите другой тариф для продления подписки.",
|
||||
"chooseDifferentTariff": "Выбрать другой тариф",
|
||||
"selectTraffic": "Выберите трафик",
|
||||
"selectServers": "Выберите серверы",
|
||||
"selectDevices": "Устройства",
|
||||
|
||||
Reference in New Issue
Block a user