diff --git a/resources/views/livewire/project/shared/execute-container-command.blade.php b/resources/views/livewire/project/shared/execute-container-command.blade.php index 5ed2ce477..2cf0a5268 100644 --- a/resources/views/livewire/project/shared/execute-container-command.blade.php +++ b/resources/views/livewire/project/shared/execute-container-command.blade.php @@ -29,7 +29,8 @@ @if (data_get($this->parameters, 'application_uuid')) @foreach ($containers as $container) @endforeach @elseif(data_get($this->parameters, 'service_uuid')) @@ -44,7 +45,7 @@ @endif - Start Connection + Connect @else
No containers are not running.
diff --git a/resources/views/livewire/run-command.blade.php b/resources/views/livewire/run-command.blade.php index 1f0162940..0394618a5 100644 --- a/resources/views/livewire/run-command.blade.php +++ b/resources/views/livewire/run-command.blade.php @@ -17,7 +17,7 @@ @endforeach @endforeach - Start Connection + Connect