diff --git a/templates/genericTemplates/filters.php b/templates/genericTemplates/filters.php index 6117b9e..e166019 100644 --- a/templates/genericTemplates/filters.php +++ b/templates/genericTemplates/filters.php @@ -102,7 +102,7 @@ $filteringTags = ''; if ($taggingEnabled) { $helpText = $this->Bootstrap->node('sup', [ 'class' => ['ms-1 fa fa-info'], - 'title' => __('Supports negation matches (with the `!` character) and LIKE matches (with the `%` character). Example: `!exportable`, `%able`'), + 'title' => __('Supports negation matches (with the `!` character) and LIKE matches (with the `%` character). Example: `!exportable`, `%able`'), 'data-bs-toggle' => 'tooltip', ]); $filteringTags = $this->Bootstrap->node('h5', [