From f4f17a1fa0c7d0d1e7940ac7d3955957caa39c48 Mon Sep 17 00:00:00 2001 From: Sami Mokaddem Date: Tue, 2 Apr 2024 11:40:54 +0200 Subject: [PATCH] fix: [genericTemplates:filters] Fixed encoding typo --- templates/genericTemplates/filters.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', [