Skip to content

Commit

Permalink
Merge pull request #1817 from nextcloud/backport/1809/stable29
Browse files Browse the repository at this point in the history
[stable29] fix: do not override sharing text
  • Loading branch information
SebastianKrupinski authored Dec 16, 2024
2 parents bf66348 + b99660f commit f7e849b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Service/SendMailService.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ private function generateMailExitingShares(
$text = $this->l10n->t('%s shared a file with "%s".', [$author, $circleName]);
}

$text = $this->l10n->t('%s shared multiple files with "%s".', [$author, $circleName]);
$emailTemplate->addBodyText(htmlspecialchars($text), $text);

return $emailTemplate;
Expand Down

0 comments on commit f7e849b

Please sign in to comment.