diff --git a/resources/views/livewire/project/shared/environment-variable/all.blade.php b/resources/views/livewire/project/shared/environment-variable/all.blade.php index 1b3483254..74e8f792d 100644 --- a/resources/views/livewire/project/shared/environment-variable/all.blade.php +++ b/resources/views/livewire/project/shared/environment-variable/all.blade.php @@ -17,7 +17,7 @@ class="font-normal text-white normal-case border-none rounded btn btn-primary bt
Environment variables (secrets) for this resource.
@if ($resource->type() === 'service') -
If you cannot find a variable here, or need a new one, define it in the Docker Compose file.
+
Hardcoded variables are not shown here.
@endif @if ($view === 'normal')