From aa80392b4619dd5761852b39b9a4c627ac12d69b Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 9 Jan 2024 12:25:50 +0100 Subject: [PATCH] small fix --- app/Livewire/Project/Application/Heading.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Livewire/Project/Application/Heading.php b/app/Livewire/Project/Application/Heading.php index 170f1db6e..a8a5f7d27 100644 --- a/app/Livewire/Project/Application/Heading.php +++ b/app/Livewire/Project/Application/Heading.php @@ -39,7 +39,7 @@ class Heading extends Component } else { dispatch(new ServerStatusJob($this->application->destination->server)); } - if ($showNotification) $this->dispatch('success', 'Application status updated.'); + if ($showNotification) $this->dispatch('success', "Application ({$this->application->name}) status updated."); } public function force_deploy_without_cache()