mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-02 09:14:34 +02:00
Change Menu Names
This commit is contained in:
parent
a6c004e1cb
commit
dee4c78e93
5 changed files with 41 additions and 33 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue