Skip to content

Commit

Permalink
fix: do not override sharing text
Browse files Browse the repository at this point in the history
Signed-off-by: SebastianKrupinski <[email protected]>
  • Loading branch information
SebastianKrupinski authored and backportbot[bot] committed Dec 16, 2024
1 parent bf66348 commit b99660f
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 b99660f

Please sign in to comment.