diff --git a/public/include/admin_checks.php b/public/include/admin_checks.php index 115d1c4c..bfc0ae4e 100644 --- a/public/include/admin_checks.php +++ b/public/include/admin_checks.php @@ -87,7 +87,7 @@ if (@$_SESSION['USERDATA']['is_admin'] && $user->isAdmin(@$_SESSION['USERDATA'][ if ($balance <= 0) { $error[] = "Account: " . $account . " has no liquid funds to pay your miners!"; } else { - $enotice[] = "Account: " . $account . " has liquid funds to pay your miners! - " . $balance; + $enotice[] = "Account: " . $account . " has liquid funds to pay your miners! - " . $balance . " " . $config['currency']; } }