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 1cb2f222c..a1f34d2e0 100644 --- a/resources/views/livewire/project/shared/environment-variable/show.blade.php +++ b/resources/views/livewire/project/shared/environment-variable/show.blade.php @@ -20,10 +20,20 @@ class="hidden w-4 h-4 dark:text-warning lg:block" viewBox="0 0 256 256" - - You will delete environment variable {{ $env->key }}. - + @else @if ($isDisabled) @@ -79,10 +89,20 @@ class="font-bold dark:text-warning text-coollabs">{{ $env->key }}. Lock - - You will delete environment variable {{ $env->key }}. - + @else Update @@ -90,10 +110,20 @@ class="font-bold dark:text-warning">{{ $env->key }}. Lock - - You will delete environment variable {{ $env->key }}. - + @endif @endif