Update accounts.php

fix lang function
This commit is contained in:
Focuslinkstech 2024-02-21 10:13:05 +01:00
parent 54d1c4439d
commit 17c1675b4a

View file

@ -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;