Alert if cron job isn't running.

This commit is contained in:
James Cole
2018-08-13 19:07:46 +02:00
parent 6c9eb1b699
commit 7327941c77
4 changed files with 24 additions and 2 deletions

View File

@@ -1266,6 +1266,8 @@ return [
'created_Deposits' => 'Created deposits',
'created_Transfers' => 'Created transfers',
'created_from_recurrence' => 'Created from recurring transaction ":title" (#:id)',
'recurring_never_cron' => 'It seems the cron job that is necessary to support recurring transactions has never run. This is of course normal when you have just installed Firefly III, but this should be something to set up as soon as possible. Please check out the help-pages using the (?)-icon in the top right corner of the page.',
'recurring_cron_long_ago' => 'It looks like it has been more than 36 hours since the cron job to support recurring transactions has fired for the last time. Are you sure it has been set up correctly? Please check out the help-pages using the (?)-icon in the top right corner of the page.',
'recurring_meta_field_tags' => 'Tags',
'recurring_meta_field_notes' => 'Notes',