fix: [genericTemplates:filters] Fixed encoding typo
parent
91cd9eb180
commit
f4f17a1fa0
|
@ -102,7 +102,7 @@ $filteringTags = '';
|
||||||
if ($taggingEnabled) {
|
if ($taggingEnabled) {
|
||||||
$helpText = $this->Bootstrap->node('sup', [
|
$helpText = $this->Bootstrap->node('sup', [
|
||||||
'class' => ['ms-1 fa fa-info'],
|
'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',
|
'data-bs-toggle' => 'tooltip',
|
||||||
]);
|
]);
|
||||||
$filteringTags = $this->Bootstrap->node('h5', [
|
$filteringTags = $this->Bootstrap->node('h5', [
|
||||||
|
|
Loading…
Reference in New Issue