diff options
author | Frederic Werner <frederic-github@werner-net.work> | 2019-06-30 12:46:11 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2019-07-26 16:23:20 +0200 |
commit | 60deb5f69c910a91835a7554eaf3d244523457bd (patch) | |
tree | d11b952d92a1a09276bb417c972256b4854ed632 | |
parent | 7e1369f5d379a66bb226e8b7c2ca3a4a932a3027 (diff) | |
download | nextcloud-server-60deb5f69c910a91835a7554eaf3d244523457bd.tar.gz nextcloud-server-60deb5f69c910a91835a7554eaf3d244523457bd.zip |
Change send to sent
Signed-off-by: Frederic Werner <frederic-github@werner-net.work>
-rw-r--r-- | apps/sharebymail/lib/ShareByMailProvider.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/sharebymail/lib/ShareByMailProvider.php b/apps/sharebymail/lib/ShareByMailProvider.php index 4c9d58dc82f..ab737d0b39a 100644 --- a/apps/sharebymail/lib/ShareByMailProvider.php +++ b/apps/sharebymail/lib/ShareByMailProvider.php @@ -587,7 +587,7 @@ class ShareByMailProvider implements IShareProvider { ); } - $bodyPart = $this->l->t('You just shared »%1$s« with %2$s. The share was already send to the recipient. Due to the security policies defined by the administrator of %3$s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient.', [$filename, $shareWith, $this->defaults->getName()]); + $bodyPart = $this->l->t('You just shared »%1$s« with %2$s. The share was already sent to the recipient. Due to the security policies defined by the administrator of %3$s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient.', [$filename, $shareWith, $this->defaults->getName()]); $message = $this->mailer->createMessage(); $emailTemplate = $this->mailer->createEMailTemplate('sharebymail.OwnerPasswordNotification', [ |