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 @@ - - You will delete environment variable {{ $env->key }}. - + @else @if ($isDisabled) @@ -79,10 +89,20 @@ Lock - - You will delete environment variable {{ $env->key }}. - + @else Update @@ -90,10 +110,20 @@ Lock - - You will delete environment variable {{ $env->key }}. - + @endif @endif