From 9601bf6eddb3ce39298eb2e64fba26414a8c5b74 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 15 Sep 2020 11:57:40 -0700 Subject: [PATCH] =?UTF-8?q?Make=20=E2=80=9Cremove=20image=E2=80=9D=20text?= =?UTF-8?q?=20clearer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/partials/forms/edit/uploadLogo.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/partials/forms/edit/uploadLogo.blade.php b/resources/views/partials/forms/edit/uploadLogo.blade.php index 364c3dbea..f90741676 100644 --- a/resources/views/partials/forms/edit/uploadLogo.blade.php +++ b/resources/views/partials/forms/edit/uploadLogo.blade.php @@ -22,12 +22,12 @@
- +
@if ($setting->$logoVariable!='')
- {{ Form::checkbox($logoClearVariable, '1', Request::old($logoClearVariable),array('class' => 'minimal')) }} Remove current image + {{ Form::checkbox($logoClearVariable, '1', Request::old($logoClearVariable),array('class' => 'minimal')) }} Remove current {{ str_replace('_', ' ', $logoVariable) }} image
@endif