Merge pull request #8434 from inietov/bug/ch15182/make-all-of-the-this-feature-has-been-disabled

Thanks!
This commit is contained in:
snipe 2020-09-15 11:21:35 -07:00 committed by GitHub
commit bfd024fdfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@
</p>
@if (config('app.lock_passwords')===true)
<p class="text-warning"><i class="fa fa-warning"></i>{{ trans('general.feature_disabled') }}</p>
<p class="text-warning"><i class="fa fa-lock"></i>{{ trans('general.feature_disabled') }}</p>
@endif
{!! $errors->first($logoVariable, '<span class="alert-msg">:message</span>') !!}