]> git.mxchange.org Git - friendica.git/commitdiff
typo
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 16 Mar 2022 05:25:21 +0000 (06:25 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 16 Mar 2022 05:25:21 +0000 (06:25 +0100)
src/Navigation/Notifications/Factory/FormattedNavNotification.php

index 2577f53337c7afe925b17d267d563995e70d788e..84b622fcb25dd80abb6245b84f93288c7034f5a6 100644 (file)
@@ -132,7 +132,7 @@ class FormattedNavNotification extends BaseFactory
 
                return $this->createFromParams(
                        self::$contacts[$intro->cid],
-                       $this->l10n->t('{0}} wants to follow you'),
+                       $this->l10n->t('{0} wants to follow you'),
                        new \DateTime($intro->datetime, new \DateTimeZone('UTC')),
                        new Uri($this->baseUrl->get() . '/notifications/intros/' . $intro->id)
                );