fix(database-heading): simplify stop database message for clarity

This commit is contained in:
Andras Bacsai
2025-06-05 13:33:02 +02:00
parent 618a7d459c
commit 4c887a3126

View File

@@ -64,7 +64,7 @@ class Heading extends Component
public function stop() public function stop()
{ {
try { try {
$this->dispatch('info', 'Gracefully stopping database.<br/>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); StopDatabase::dispatch($this->database, false, $this->docker_cleanup);
} catch (\Exception $e) { } catch (\Exception $e) {
$this->dispatch('error', $e->getMessage()); $this->dispatch('error', $e->getMessage());