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;