[UPDATE] updated text

This commit is contained in:
iAmShorty 2014-02-12 13:20:35 +01:00
parent eb06bd1b7e
commit 3b53a3bbb7

View File

@ -85,7 +85,7 @@ if (@$_SESSION['USERDATA']['is_admin'] && $user->isAdmin(@$_SESSION['USERDATA'][
foreach ($accounts as $account => $balance) {
if ($account == "") { $account = "Default"; }
if ($balance <= 0) {
$error[] = "Account: <u>" . $account . "</u> has no liquid funds to pay your miners!";
$error[] = "Account: <u>" . $account . "</u> has liquid funds to pay your miners but it will not be used!";
} else {
$enotice[] = "Account: <u>" . $account . "</u> has liquid funds to pay your miners! - " . $balance . " " . $config['currency'];
}