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()