Fixed #17102 - added keywords to admin settings search for notifications

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2025-06-04 12:09:57 +01:00
parent 482c427e34
commit 702499dd79
2 changed files with 2 additions and 0 deletions

View File

@@ -484,6 +484,7 @@ return [
'php_overview' => 'phpinfo, system, info',
'purge' => 'permanently delete',
'security' => 'password, passwords, requirements, two factor, two-factor, common passwords, remote login, logout, authentication',
'notifications' => 'alerts, email, notifications, audit, threshold, email alerts, cc',
],
];

View File

@@ -149,6 +149,7 @@
<x-icon type="bell" class="fa-4x"/>
<br><br>
<span class="name">{{ trans('admin/settings/general.notifications') }}</span>
<span class="keywords" aria-hidden="true" style="display:none"> {{ trans('admin/settings/general.keywords.notifications') }}</span>
</a>
</h5>