Skip to content

Commit 4031422

Browse files
committed
Merge branch 'development' of github.com:MPOS/php-mpos into development
2 parents 4376df2 + d795055 commit 4031422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/smarty_globals.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
// Lets check for our cron status and render a message
228228
require_once(INCLUDE_DIR . '/config/monitor_crons.inc.php');
229229
$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/>';
230+
$aCronMessage[] = 'We are investigating issues in the backend. Your shares and hashrate are safe and we will fix things ASAP.</br><br/>';
231231
foreach ($aMonitorCrons as $strCron) {
232232
if ($monitoring->isDisabled($strCron) == 1) {
233233
$bMessage = true;

0 commit comments

Comments
 (0)