From 5ae4dde522312efa2773b964ac65e515dfb9db93 Mon Sep 17 00:00:00 2001 From: Ahmad Husein <48185559+ahmadhusein17@users.noreply.github.com> Date: Tue, 20 Aug 2024 19:23:14 +0700 Subject: [PATCH] Update hotspot-edit.tpl --- ui/ui/hotspot-edit.tpl | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/ui/ui/hotspot-edit.tpl b/ui/ui/hotspot-edit.tpl index 75de4635..1100e4aa 100644 --- a/ui/ui/hotspot-edit.tpl +++ b/ui/ui/hotspot-edit.tpl @@ -15,8 +15,8 @@ data-content="Customer cannot buy disabled Plan, but admin can recharge it, use it if you want only admin recharge it">?
- Enable - Disable + {Lang::T('Enable')} + {Lang::T('Disable')}
@@ -28,9 +28,9 @@
- Prepaid + {Lang::T('Prepaid')} Postpaid + {if $d['prepaid'] == 'no'}checked{/if}> {Lang::T('Postpaid')}
@@ -42,9 +42,9 @@
- Personal + {Lang::T('Personal')} Business + {if $d['plan_type'] == 'Business'}checked{/if}> {Lang::T('Business')}
{if $_c['radius_enable'] and $d['is_radius']} @@ -234,7 +234,7 @@
-
on-logout / on-down
+
{Lang::T('on-logout / on-down')}
@@ -333,4 +333,4 @@ }); -{include file="sections/footer.tpl"} \ No newline at end of file +{include file="sections/footer.tpl"}