From aaeec3d34003e89c6f9b8a06da6888d6a1eda5d7 Mon Sep 17 00:00:00 2001
From: Josh Miller <31908788+truemiller@users.noreply.github.com>
Date: Fri, 12 Jul 2024 19:00:20 +0100
Subject: [PATCH] fix: env is_literal helper text typo
---
.../project/shared/environment-variable/show.blade.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 0b5e767c0..1cb2f222c 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 @@ class="font-bold dark:text-warning text-coollabs">{{ $env->key }}.
@if ($env->is_shared)
@else
@if ($isSharedVariable)
@@ -65,7 +65,7 @@ class="font-bold dark:text-warning text-coollabs">{{ $env->key }}.
@if (!data_get($env, 'is_multiline'))
@endif
@endif