diff --git a/resources/lang/en-US/admin/settings/general.php b/resources/lang/en-US/admin/settings/general.php
index 5da86537d6..9f0fa2c9e6 100644
--- a/resources/lang/en-US/admin/settings/general.php
+++ b/resources/lang/en-US/admin/settings/general.php
@@ -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',
],
];
diff --git a/resources/views/settings/index.blade.php b/resources/views/settings/index.blade.php
index c580efdea9..c73df97f7a 100755
--- a/resources/views/settings/index.blade.php
+++ b/resources/views/settings/index.blade.php
@@ -149,6 +149,7 @@
{{ trans('admin/settings/general.notifications') }}
+ {{ trans('admin/settings/general.keywords.notifications') }}