diff --git a/resources/views/livewire/slack-settings-form.blade.php b/resources/views/livewire/slack-settings-form.blade.php index 416658a8c..6d48220ca 100644 --- a/resources/views/livewire/slack-settings-form.blade.php +++ b/resources/views/livewire/slack-settings-form.blade.php @@ -34,9 +34,9 @@
@if (config('app.lock_passwords')===true)

{{ trans('general.feature_disabled') }}

- + @else - + @endif {!! $errors->first('slack_endpoint', '') !!}
@@ -49,11 +49,11 @@
@if (config('app.lock_passwords')===true) - +

{{ trans('general.feature_disabled') }}

@else - + @endif {!! $errors->first('slack_channel', '') !!}
@@ -66,18 +66,18 @@
@if (config('app.lock_passwords')===true) - +

{{ trans('general.feature_disabled') }}

@else - + @endif {!! $errors->first('slack_botname', '') !!}
- @if($slack_endpoint != null && $slack_channel != null && $slack_botname != null) + @if($slack_endpoint != null && $slack_channel != null)
{!! trans('admin/settings/general.slack_test') !!}