diff --git a/resources/views/admin/blacklist/edit.blade.php b/resources/views/admin/blacklist/edit.blade.php index 577fa6cba..cea569988 100644 --- a/resources/views/admin/blacklist/edit.blade.php +++ b/resources/views/admin/blacklist/edit.blade.php @@ -22,10 +22,10 @@ @if($error) -
{{ $error }}
+ +{{ $error }}
+
The full name of a valid newsgroup. (Wildcard in the format 'alt.binaries.*')
@@ -62,11 +62,11 @@ -+
The regex to be applied. (Note: Beginning and Ending / are already included)
@@ -82,10 +82,10 @@ -+
A description for this regex
@@ -104,13 +104,13 @@ value="{{ $id }}" class="w-4 h-4 text-blue-600 dark:text-blue-400 border-gray-300 dark:border-gray-600 focus:ring-blue-500" {{ ($regex->msgcol ?? 1) == $id ? 'checked' : '' }}> -