remove $_L

This commit is contained in:
Ibnu Maksum
2024-03-30 12:02:57 +07:00
parent dcbb9434d6
commit 3a2e7c9192
12 changed files with 24 additions and 17 deletions

View File

@ -253,7 +253,7 @@ switch ($action) {
$ui->assign('_title', 'Edit Plan');
$ui->display('plan-edit.tpl');
} else {
r2(U . 'plan/list', 'e', $_L['Account_Not_Found']);
r2(U . 'plan/list', 'e', Lang::T('Account Not Found'));
}
break;