diff --git a/framework/core/src/Foundation/ApplicationInfoProvider.php b/framework/core/src/Foundation/ApplicationInfoProvider.php index 794378de5..c15c6de0e 100644 --- a/framework/core/src/Foundation/ApplicationInfoProvider.php +++ b/framework/core/src/Foundation/ApplicationInfoProvider.php @@ -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'); } /**