summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2019-07-01 09:20:15 +0200
committerGitHub <noreply@github.com>2019-07-01 09:20:15 +0200
commit1224869b22efc18c07431e6c26808286efe1c7ba (patch)
tree338d0305c80bc46a5f0b5f09aa5bbf84e0a970e0
parent33fd33810cc38493d27d1613ea19245d84242871 (diff)
parent477cc9ab3552ebd3c165bd5e1967aaffb25f1299 (diff)
downloadnextcloud-server-1224869b22efc18c07431e6c26808286efe1c7ba.tar.gz
nextcloud-server-1224869b22efc18c07431e6c26808286efe1c7ba.zip
Fix tense in email (#16163)
Fix tense in email
-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', [