diff --git a/src/Navigation/Notifications/Factory/FormattedNotify.php b/src/Navigation/Notifications/Factory/FormattedNotify.php index 792bf91d3..b34aa74eb 100644 --- a/src/Navigation/Notifications/Factory/FormattedNotify.php +++ b/src/Navigation/Notifications/Factory/FormattedNotify.php @@ -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']; }