From 82504c976484955d208507a3e8bbe977a77095ce Mon Sep 17 00:00:00 2001 From: Godfrey M Date: Mon, 13 Mar 2023 09:51:25 -0700 Subject: [PATCH] updates alerts to notifications in notification settings --- resources/lang/en/admin/settings/general.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en/admin/settings/general.php b/resources/lang/en/admin/settings/general.php index 70c4932fda..6416b4ed4d 100644 --- a/resources/lang/en/admin/settings/general.php +++ b/resources/lang/en/admin/settings/general.php @@ -11,7 +11,7 @@ return [ 'admin_cc_email_help' => 'If you would like to send a copy of checkin/checkout emails that are sent to users to an additional email account, enter it here. Otherwise leave this field blank.', 'is_ad' => 'This is an Active Directory server', 'alerts' => 'Alerts', - 'alert_title' => 'Update Alert Settings', + 'alert_title' => 'Update Notification Settings', 'alert_email' => 'Send alerts to', 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Email Alerts Enabled',