]> git.mxchange.org Git - friendica.git/commitdiff
spelling: chosen
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 03:17:04 +0000 (23:17 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:03:22 +0000 (16:03 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
src/Navigation/Notifications/Factory/FormattedNotify.php

index 792bf91d317684169e90e544815f4dc8a87eaa73..b34aa74eb9fa5a06e6f9e00b67b558144c776959 100644 (file)
@@ -363,7 +363,7 @@ class FormattedNotify extends BaseFactory
        {
                $item['seen'] = !($item['unseen'] > 0);
 
-               // For feed items we use the user's contact, since the avatar is mostly self choosen.
+               // For feed items we use the user's contact, since the avatar is mostly self chosen.
                if (!empty($item['network']) && $item['network'] == Protocol::FEED) {
                        $item['author-avatar'] = $item['contact-avatar'];
                }