From: Tobias Diekershoff Date: Wed, 16 Mar 2022 05:25:21 +0000 (+0100) Subject: typo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8d64cf4f9b08f301cd78d26feab8de538f1bc22f;p=friendica.git typo --- diff --git a/src/Navigation/Notifications/Factory/FormattedNavNotification.php b/src/Navigation/Notifications/Factory/FormattedNavNotification.php index 2577f53337..84b622fcb2 100644 --- a/src/Navigation/Notifications/Factory/FormattedNavNotification.php +++ b/src/Navigation/Notifications/Factory/FormattedNavNotification.php @@ -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) );