]> git.mxchange.org Git - friendica.git/commitdiff
Update src/Navigation/Notifications/Repository/Notify.php
authorMarekBenjamin <117765478+MarekBenjamin@users.noreply.github.com>
Fri, 23 Dec 2022 00:22:21 +0000 (01:22 +0100)
committerGitHub <noreply@github.com>
Fri, 23 Dec 2022 00:22:21 +0000 (01:22 +0100)
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
src/Navigation/Notifications/Repository/Notify.php

index 7af61d0b68af6290f40e790187b6630b0ca2c227..c15500ad665a5aaa006940f55aab4c43f404b184 100644 (file)
@@ -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.