mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-25 16:22:43 +01:00
Fix typo "recipeint" in metamta.one-mail-per-recipient description
Test Plan: Go to `/config/settings/all` and look at the description of `metamta.one-mail-per-recipient` Reviewers: O1 Blessed Committers, valerio.bozzolan Reviewed By: O1 Blessed Committers, valerio.bozzolan Subscribers: speck, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno Differential Revision: https://we.phorge.it/D25311
This commit is contained in:
parent
a25af8ccef
commit
e4fe54edf0
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ EODOC
|
||||||
pht(
|
pht(
|
||||||
'Controls whether email for multiple recipients is sent by '.
|
'Controls whether email for multiple recipients is sent by '.
|
||||||
'creating one message with everyone in the "To:" line, or '.
|
'creating one message with everyone in the "To:" line, or '.
|
||||||
'multiple messages that each have a single recipeint in the '.
|
'multiple messages that each have a single recipient in the '.
|
||||||
'"To:" line.'))
|
'"To:" line.'))
|
||||||
->setDescription($one_mail_per_recipient_desc),
|
->setDescription($one_mail_per_recipient_desc),
|
||||||
$this->newOption('metamta.can-send-as-user', 'bool', false)
|
$this->newOption('metamta.can-send-as-user', 'bool', false)
|
||||||
|
|
Loading…
Reference in a new issue