diff --git a/include/smarty_globals.inc.php b/include/smarty_globals.inc.php index bf0cd8f7..f4d5e3b8 100644 --- a/include/smarty_globals.inc.php +++ b/include/smarty_globals.inc.php @@ -227,7 +227,7 @@ $smarty->assign('DEBUG', $config['DEBUG']); // Lets check for our cron status and render a message require_once(INCLUDE_DIR . '/config/monitor_crons.inc.php'); $bMessage = false; -$aCronMessage[] = 'We are investingating issues in the backend. Your shares and hashrate are safe and we will fix things ASAP.

'; +$aCronMessage[] = 'We are investigating issues in the backend. Your shares and hashrate are safe and we will fix things ASAP.

'; foreach ($aMonitorCrons as $strCron) { if ($monitoring->isDisabled($strCron) == 1) { $bMessage = true;