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"}