Skip to content

Commit f4f17a1

Browse files
committed
fix: [genericTemplates:filters] Fixed encoding typo
1 parent 91cd9eb commit f4f17a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/genericTemplates/filters.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
if ($taggingEnabled) {
103103
$helpText = $this->Bootstrap->node('sup', [
104104
'class' => ['ms-1 fa fa-info'],
105-
'title' => __('Supports negation matches (with the `!` character) and LIKE matches (with the `%` character).
Example: `!exportable`, `%able`'),
105+
'title' => __('Supports negation matches (with the `!` character) and LIKE matches (with the `%` character). Example: `!exportable`, `%able`'),
106106
'data-bs-toggle' => 'tooltip',
107107
]);
108108
$filteringTags = $this->Bootstrap->node('h5', [

0 commit comments

Comments
 (0)