mirror of
https://github.com/grokability/snipe-it.git
synced 2026-03-12 17:52:00 +08:00
Fixed #17102 - added keywords to admin settings search for notifications
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
@@ -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',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user