Skip to content

Commit

Permalink
Merge pull request #1809 from nextcloud/fix/do-not-override-sharing-text
Browse files Browse the repository at this point in the history
fix: do not override sharing text
  • Loading branch information
SebastianKrupinski authored Dec 16, 2024
2 parents 68a38f3 + 6b43e02 commit 14f43aa
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 @@ -143,7 +143,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 14f43aa

Please sign in to comment.