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:
@@ -346,6 +346,9 @@
|
||||
"daysBeforeExpiry_one": "{{count}} day before expiry",
|
||||
"daysBeforeExpiry_other": "{{count}} days before expiry",
|
||||
"selectPeriod": "Select Period",
|
||||
"noPeriodsAvailable": "No available periods for renewal",
|
||||
"noPeriodsAvailableHint": "The administrator has changed this plan's settings. Please choose a different plan to renew your subscription.",
|
||||
"chooseDifferentTariff": "Choose a different plan",
|
||||
"selectTraffic": "Select Traffic",
|
||||
"selectServers": "Select Servers",
|
||||
"selectDevices": "Devices",
|
||||
|
||||
Reference in New Issue
Block a user