Change send to sent

Signed-off-by: Frederic Werner <frederic-github@werner-net.work>
This commit is contained in:
Frederic Werner 2019-06-30 12:46:11 +02:00 committed by Morris Jobke
parent 7e1369f5d3
commit 60deb5f69c
No known key found for this signature in database
GPG key ID: FE03C3A163FEDE68

View 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', [