diff --git a/Lang/en/user.php b/Lang/en/user.php index be6b7c9..edf5f82 100644 --- a/Lang/en/user.php +++ b/Lang/en/user.php @@ -133,7 +133,6 @@ "two_fa_secret" => "2FA Secret", "two_fa_secret_desc" => "Please store this somewhere safe as you will need this to re-add the authenticator account to your phone should you lose access.", "display_notifications" => "Display Notifications", - "display_notifications_desc" => "The system will notify you when new tickets or replies are created, or when other operators login. You can choose between desktop notifications or in-browser notifications, or disabling it completely.", "desktop_notifications" => "Desktop Notifications", "browser_notifications" => "Browser Notifications", @@ -373,4 +372,9 @@ "error_join" => "The invitation code could not be found, or has expired.", "verify_to_view_tickets" => "Please verify all additional email addresses or remove unverified email addresses under your account profile.", + /* + * 5.2.3 + */ + "display_notifications_desc" => "The system will notify you when new tickets or user replies are created, or when you are mentioned by another operator. You can choose between desktop notifications or in-browser notifications, or disabling it completely.", + );