mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-30 02:23:47 +00:00
fix: handle unlimited traffic package selection and button text
- Fix falsy check: selectedTrafficPackage !== null instead of truthy (gb=0 for unlimited was evaluated as false, hiding the buy button) - Show "Buy Unlimited" instead of "Buy 0 GB" for unlimited packages - Add buyUnlimited translation key to all 4 locales
This commit is contained in:
@@ -328,6 +328,7 @@
|
||||
"trafficUnavailable": "خرید ترافیک برای اشتراک شما در دسترس نیست",
|
||||
"unlimited": "نامحدود",
|
||||
"buyTrafficGb": "خرید {{gb}} GB",
|
||||
"buyUnlimited": "خرید نامحدود",
|
||||
"manageServers": "مدیریت سرورها",
|
||||
"manageServersTitle": "مدیریت سرورها"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user