From d52c988ebc8cd6a26f499c8ad625e4c4e1202cc9 Mon Sep 17 00:00:00 2001 From: MarekBenjamin <117765478+MarekBenjamin@users.noreply.github.com> Date: Fri, 23 Dec 2022 01:22:21 +0100 Subject: [PATCH] Update src/Navigation/Notifications/Repository/Notify.php Co-authored-by: Hypolite Petovan --- src/Navigation/Notifications/Repository/Notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Navigation/Notifications/Repository/Notify.php b/src/Navigation/Notifications/Repository/Notify.php index 7af61d0b68..c15500ad66 100644 --- a/src/Navigation/Notifications/Repository/Notify.php +++ b/src/Navigation/Notifications/Repository/Notify.php @@ -771,7 +771,7 @@ class Notify extends BaseRepository $title = '"' . trim(str_replace("\n", " ", $title)) . '"'; } - // Some mail software rely on subject field for threading. + // Some mail software relies on the subject field for threading. // So, we cannot have different subjects for notifications of the same thread. // Before this we have the name of the replier on the subject rendering // different subjects for messages on the same thread.