From ca2df9c02e229adc86043bb4489ef7b72a6630b1 Mon Sep 17 00:00:00 2001 From: Ahmad Husein <48185559+ahmadhusein17@users.noreply.github.com> Date: Tue, 20 Aug 2024 20:26:43 +0700 Subject: [PATCH] Update pppoe-edit.tpl --- ui/ui/pppoe-edit.tpl | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ui/ui/pppoe-edit.tpl b/ui/ui/pppoe-edit.tpl index b737dea5..448b9b6b 100644 --- a/ui/ui/pppoe-edit.tpl +++ b/ui/ui/pppoe-edit.tpl @@ -14,8 +14,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')}
@@ -27,9 +27,9 @@
- Prepaid + {Lang::T('Prepaid')} Postpaid + {if $d['prepaid'] == 'no'}checked{/if}> {Lang::T('Postpaid')}
@@ -41,9 +41,9 @@
- Personal + {Lang::T('Personal')} Business + {if $d['plan_type'] == 'Business'}checked{/if}> {Lang::T('Business')}
{if $_c['radius_enable'] and $d['is_radius']} @@ -187,14 +187,14 @@ {if !$d['is_radius']}
-
on-login / on-up
+
{Lang::T('on-login / on-up')}
-
on-logout / on-down
+
{Lang::T('on-logout / on-down')}
@@ -252,4 +252,4 @@ }); -{include file="sections/footer.tpl"} \ No newline at end of file +{include file="sections/footer.tpl"}