From 8d64cf4f9b08f301cd78d26feab8de538f1bc22f Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 16 Mar 2022 06:25:21 +0100 Subject: [PATCH] typo --- .../Notifications/Factory/FormattedNavNotification.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Navigation/Notifications/Factory/FormattedNavNotification.php b/src/Navigation/Notifications/Factory/FormattedNavNotification.php index 2577f5333..84b622fcb 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) );