diff --git a/system/controllers/accounts.php b/system/controllers/accounts.php index 73b3f9c..51f31a3 100644 --- a/system/controllers/accounts.php +++ b/system/controllers/accounts.php @@ -84,7 +84,7 @@ switch ($action) { $ui->assign('d', $d); $ui->display('user-profile.tpl'); } else { - r2(U . 'home', 'e', $_L['Account_Not_Found']); + r2(U . 'home', 'e', Lang::T('Account Not Found')); } break;