]> source.dussan.org Git - nextcloud-server.git/commitdiff
Change send to sent 16567/head
authorFrederic Werner <frederic-github@werner-net.work>
Sun, 30 Jun 2019 10:46:11 +0000 (12:46 +0200)
committerMorris Jobke <hey@morrisjobke.de>
Fri, 26 Jul 2019 14:21:37 +0000 (16:21 +0200)
Signed-off-by: Frederic Werner <frederic-github@werner-net.work>
apps/sharebymail/lib/ShareByMailProvider.php

index 30b3dc791697c8aac125044afd604868ddb0ef22..9bfe5e733f49fe8369c2a2c6f35a534b384e7692 100644 (file)
@@ -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', [