typo
This commit is contained in:
parent
79772214ad
commit
8d64cf4f9b
|
@ -132,7 +132,7 @@ class FormattedNavNotification extends BaseFactory
|
||||||
|
|
||||||
return $this->createFromParams(
|
return $this->createFromParams(
|
||||||
self::$contacts[$intro->cid],
|
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 \DateTime($intro->datetime, new \DateTimeZone('UTC')),
|
||||||
new Uri($this->baseUrl->get() . '/notifications/intros/' . $intro->id)
|
new Uri($this->baseUrl->get() . '/notifications/intros/' . $intro->id)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue