diff --git a/config/config.php b/config/config.php index d8778aaa..5ed97dab 100644 --- a/config/config.php +++ b/config/config.php @@ -316,7 +316,7 @@ return (function () { DispatchCommand::TASK_NAME => [ 'command' => DispatchCommand::ROUTE, 'name' => DispatchCommand::TASK_NAME, - 'info' => 'The new events dispatcher system. That will replace the old events systems eventually. (cannot be disabled).', + 'info' => 'Dispatch queued events to their respective listeners.', 'enabled' => true, 'timer' => '* * * * *', 'args' => '-v', diff --git a/frontend/pages/tasks.vue b/frontend/pages/tasks.vue index e0337302..2f79e54d 100644 --- a/frontend/pages/tasks.vue +++ b/frontend/pages/tasks.vue @@ -50,7 +50,7 @@