diff --git a/app/Livewire/Project/Database/Heading.php b/app/Livewire/Project/Database/Heading.php index f0e9a2f47..a9783d911 100644 --- a/app/Livewire/Project/Database/Heading.php +++ b/app/Livewire/Project/Database/Heading.php @@ -64,7 +64,7 @@ class Heading extends Component public function stop() { try { - $this->dispatch('info', 'Gracefully stopping database.
It could take a while depending on the size of the database.'); + $this->dispatch('info', 'Gracefully stopping database.'); StopDatabase::dispatch($this->database, false, $this->docker_cleanup); } catch (\Exception $e) { $this->dispatch('error', $e->getMessage());