diff --git a/ui/ui/pppoe-add.tpl b/ui/ui/pppoe-add.tpl index 9403da6a..1c5d54d0 100644 --- a/ui/ui/pppoe-add.tpl +++ b/ui/ui/pppoe-add.tpl @@ -13,8 +13,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')}
@@ -24,8 +24,8 @@ data-content="Postpaid will have fix expired date">?
- Prepaid - Postpaid + {Lang::T('Prepaid')} + {Lang::T('Postpaid')}
@@ -35,8 +35,8 @@ data-content="Personal Plan will only show to personal Customer, Business plan will only show to Business Customer">?
- Personal - Business + {Lang::T('Personal')} + {Lang::T('Business')}
{if $_c['radius_enable']} @@ -198,4 +198,4 @@ {/literal} {/if} -{include file="sections/footer.tpl"} \ No newline at end of file +{include file="sections/footer.tpl"}