mirror of
https://github.com/friendica/friendica
synced 2024-11-15 13:39:30 +01:00
Minor l10n issue
This commit is contained in:
parent
57a98c45f1
commit
0ce7b49cb3
|
@ -222,11 +222,11 @@ class DomainPatternBlocklist
|
|||
}
|
||||
|
||||
foreach ($recipients as $recipient) {
|
||||
$this->l10n->withLang($recipient['language']);
|
||||
$l10n = $this->l10n->withLang($recipient['language']);
|
||||
$email = $this->emailer->newSystemMail()
|
||||
->withMessage(
|
||||
$this->l10n->t('[%s] Notice of remote server domain pattern block list update', $this->emailer->getSiteEmailName()),
|
||||
$this->l10n->t(
|
||||
$l10n->t('[%s] Notice of remote server domain pattern block list update', $this->emailer->getSiteEmailName()),
|
||||
$l10n->t(
|
||||
'Dear %s,
|
||||
|
||||
You are receiving this email because the Friendica node at %s where you are registered as a user updated their remote server domain pattern block list.
|
||||
|
|
Loading…
Reference in a new issue