1
0
Fork 0
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:
Andre Klapper 2023-06-26 14:19:01 +02:00
parent a25af8ccef
commit e4fe54edf0

View file

@ -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)