small fix

This commit is contained in:
Andras Bacsai 2024-01-09 12:25:50 +01:00
parent c9509ef658
commit aa80392b46

View File

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