Add some extra text.

This commit is contained in:
James Cole 2021-02-23 06:26:46 +01:00
parent a534c142c1
commit 13cd9312f8
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D

View File

@ -46,7 +46,7 @@ trait CronRunner
return $e->getMessage();
}
if (false === $result) {
return 'The recurring transaction cron job did not fire.';
return 'The recurring transaction cron job did not fire. It was fired less than half a day ago.';
}
return 'The recurring transaction cron job fired successfully.';