From 291997c915678d6826e5d43dbf1ccf95eaa6d261 Mon Sep 17 00:00:00 2001
From: Ivan Nieto
Date: Tue, 15 Sep 2020 01:32:46 -0500
Subject: [PATCH] Change the class of a reusable element so the icon changes
from a warning to a padlock
---
resources/views/partials/forms/edit/uploadLogo.blade.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/views/partials/forms/edit/uploadLogo.blade.php b/resources/views/partials/forms/edit/uploadLogo.blade.php
index 633c1efd37..926d04468c 100644
--- a/resources/views/partials/forms/edit/uploadLogo.blade.php
+++ b/resources/views/partials/forms/edit/uploadLogo.blade.php
@@ -16,7 +16,7 @@
@if (config('app.lock_passwords')===true)
- {{ trans('general.feature_disabled') }}
+ {{ trans('general.feature_disabled') }}
@endif
{!! $errors->first($logoVariable, ':message') !!}