From 2a2a99d256e57309b580887e6699545c5e8e7978 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Tue, 1 Jul 2025 10:50:20 +0200 Subject: [PATCH] fix(ui): improve destination selection description for clarity in resource segregation --- resources/views/livewire/project/new/select.blade.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/views/livewire/project/new/select.blade.php b/resources/views/livewire/project/new/select.blade.php index ac896e640..5c1e3c6f7 100644 --- a/resources/views/livewire/project/new/select.blade.php +++ b/resources/views/livewire/project/new/select.blade.php @@ -253,7 +253,8 @@ @endif @if ($current_step === 'destinations')

Select a destination

-
Destinations are used to segregate resources by network. If you are unsure, select the default +
Destinations are used to segregate resources by network. If you are unsure, select the + default Standalone Docker (coolify).
@if ($server->isSwarm())