diff --git a/resources/views/livewire/project/new/select.blade.php b/resources/views/livewire/project/new/select.blade.php
index 7ee5806ee..e6b2511e5 100644
--- a/resources/views/livewire/project/new/select.blade.php
+++ b/resources/views/livewire/project/new/select.blade.php
@@ -4,7 +4,7 @@
@if ($current_step === 'type')
- - Application Type
+ - Select Source Type
- Select a Server
- Select a Destination
@@ -43,7 +43,7 @@
@endif
@if ($current_step === 'servers')
- - Application Type
+ - Select Source Type
- Select a Server
- Select a Destination
@@ -64,7 +64,7 @@
@endif
@if ($current_step === 'destinations')
- - Application Type
+ - Select Source Type
- Select a Server
- Select a Destination
@@ -77,7 +77,7 @@
{{ $destination->name }}
- {{ $destination->description }}
+ {{ $destination->network }}
@endforeach