From ac98f5862a5be17b32d9dd57eaa9115acba0ca6f Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Wed, 17 Apr 2024 10:49:24 +0200 Subject: [PATCH] Refactor environment variable helper text in blade files --- resources/views/livewire/dashboard.blade.php | 3 ++- .../project/shared/environment-variable/add.blade.php | 2 +- .../project/shared/environment-variable/show.blade.php | 4 ++-- resources/views/livewire/server/index.blade.php | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/resources/views/livewire/dashboard.blade.php b/resources/views/livewire/dashboard.blade.php index cc90f784a..55177d4b7 100644 --- a/resources/views/livewire/dashboard.blade.php +++ b/resources/views/livewire/dashboard.blade.php @@ -103,7 +103,8 @@ @else
No servers found.
-
+
+ your first server or diff --git a/resources/views/livewire/project/shared/environment-variable/add.blade.php b/resources/views/livewire/project/shared/environment-variable/add.blade.php index 4f118b779..cd4c09195 100644 --- a/resources/views/livewire/project/shared/environment-variable/add.blade.php +++ b/resources/views/livewire/project/shared/environment-variable/add.blade.php @@ -9,7 +9,7 @@ @if (!$shared) @endif diff --git a/resources/views/livewire/project/shared/environment-variable/show.blade.php b/resources/views/livewire/project/shared/environment-variable/show.blade.php index 499b24955..9e5588791 100644 --- a/resources/views/livewire/project/shared/environment-variable/show.blade.php +++ b/resources/views/livewire/project/shared/environment-variable/show.blade.php @@ -55,7 +55,7 @@ @if ($env->is_shared) @else @if ($isSharedVariable) @@ -64,7 +64,7 @@ @endif @endif diff --git a/resources/views/livewire/server/index.blade.php b/resources/views/livewire/server/index.blade.php index aa631f0ee..5337e834b 100644 --- a/resources/views/livewire/server/index.blade.php +++ b/resources/views/livewire/server/index.blade.php @@ -1,7 +1,7 @@

Servers

- +