mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
improve mail subject for mails to the owner with the password
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
This commit is contained in:
parent
54093e2bd6
commit
53ce4a049b
1 changed files with 1 additions and 1 deletions
|
|
@ -599,7 +599,7 @@ class ShareByMailProvider implements IShareProvider {
|
|||
'shareWith' => $shareWith,
|
||||
]);
|
||||
|
||||
$emailTemplate->setSubject($this->l->t('Password to access »%1$s« shared with %2$s', [$filename, $shareWith]));
|
||||
$emailTemplate->setSubject($this->l->t('Password to access »%1$s« shared by you with %2$s', [$filename, $shareWith]));
|
||||
$emailTemplate->addHeader();
|
||||
$emailTemplate->addHeading($this->l->t('Password to access »%s«', [$filename]), false);
|
||||
$emailTemplate->addBodyText($bodyPart);
|
||||
|
|
|
|||
Loading…
Reference in a new issue