diff --git a/lib/Service/SendMailService.php b/lib/Service/SendMailService.php index 1e91adff6..8506d8a99 100644 --- a/lib/Service/SendMailService.php +++ b/lib/Service/SendMailService.php @@ -251,7 +251,7 @@ private function sendMailPassword( ); $emailTemplate->setSubject( - $this->l10n->t('Password to access content shared to you by %1$s', [$author]) + $this->l10n->t('Password to access content shared with you by %1$s', [$author]) ); $emailTemplate->addHeader(); $emailTemplate->addHeading($this->l10n->t('Password to access content'), false);