mirror of
https://github.com/flarum/core.git
synced 2025-07-29 20:50:28 +02:00
Fix translation key for scheduler dashboard. (#3736)
This commit is contained in:
@@ -119,7 +119,7 @@ class ApplicationInfoProvider
|
||||
// If the schedule has not run in the last 5 minutes, mark it as inactive.
|
||||
return Carbon::parse($status) > Carbon::now()->subMinutes(5)
|
||||
? $this->translator->trans('core.admin.dashboard.status.scheduler.active')
|
||||
: $this->translator->trans('core.admin.status.scheduler.inactive');
|
||||
: $this->translator->trans('core.admin.dashboard.status.scheduler.inactive');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user