mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Add some extra text.
This commit is contained in:
parent
a534c142c1
commit
13cd9312f8
@ -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.';
|
||||
|
Loading…
Reference in New Issue
Block a user