This commit is contained in:
Tobias Diekershoff 2022-03-16 06:25:21 +01:00
parent 79772214ad
commit 8d64cf4f9b
Signed by: tobias
GPG Key ID: 25FE376FF17694A1
1 changed files with 1 additions and 1 deletions

View 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)
);