Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederic Werner <frederic-github@werner-net.work>2019-06-30 13:46:11 +0300
committerFrederic Werner <frederic-github@werner-net.work>2019-06-30 15:40:19 +0300
commitb3f806a9497da0a7e5229e555a8f90d1c0b299de (patch)
tree003b0276273e6eac23b60b24ed24a1bf72e69de2 /apps/sharebymail/lib
parent109268bcbd5755a9af9dd5a2b9d4d00bddfcab3f (diff)
Change send to sent
Signed-off-by: Frederic Werner <frederic-github@werner-net.work>
Diffstat (limited to 'apps/sharebymail/lib')
-rw-r--r--apps/sharebymail/lib/ShareByMailProvider.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/sharebymail/lib/ShareByMailProvider.php b/apps/sharebymail/lib/ShareByMailProvider.php
index 30b3dc79169..9bfe5e733f4 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', [