We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4376df2 + d795055 commit 4031422Copy full SHA for 4031422
include/smarty_globals.inc.php
@@ -227,7 +227,7 @@
227
// Lets check for our cron status and render a message
228
require_once(INCLUDE_DIR . '/config/monitor_crons.inc.php');
229
$bMessage = false;
230
-$aCronMessage[] = 'We are investingating issues in the backend. Your shares and hashrate are safe and we will fix things ASAP.</br><br/>';
+$aCronMessage[] = 'We are investigating issues in the backend. Your shares and hashrate are safe and we will fix things ASAP.</br><br/>';
231
foreach ($aMonitorCrons as $strCron) {
232
if ($monitoring->isDisabled($strCron) == 1) {
233
$bMessage = true;
0 commit comments