Change Menu Names

This commit is contained in:
Ibnu Maksum
2024-03-13 16:59:12 +07:00
parent a6c004e1cb
commit dee4c78e93
5 changed files with 41 additions and 33 deletions

View File

@ -310,7 +310,7 @@ switch ($action) {
break;
case 'voucher':
$ui->assign('_title', Lang::T('Prepaid Vouchers'));
$ui->assign('_title', Lang::T('Vouchers'));
$limit = 10;
$page = _get('p', 0);
$pageNow = $page * $limit;

View File

@ -471,5 +471,13 @@
"Show_To_Customer": "Type",
"Using": "Using",
"Default": "Default",
"Customer_Balance": "Customer Balance"
"Customer_Balance": "Customer Balance",
"Vouchers": "Vouchers",
"Refill_Customer": "Refill Customer",
"Recharge_Customer": "Recharge Customer",
"Plans": "Plans",
"PPPOE": "PPPOE",
"Bandwidth": "Bandwidth",
"Customers": "Customers",
"Actives": "Actives"
}