From eaf695c0c3f284e83bf56f06fbf549cb94e3db7e Mon Sep 17 00:00:00 2001 From: Git'Fellow <12234510+solracsf@users.noreply.github.com> Date: Fri, 29 Aug 2025 09:58:48 +0200 Subject: [PATCH] fix(l10n): User numbered placeholders Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> --- lib/Mail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Mail.php b/lib/Mail.php index 11fe7edf..92afbbce 100644 --- a/lib/Mail.php +++ b/lib/Mail.php @@ -110,7 +110,7 @@ private function composeShareMessage(Share\IShare $share, string $senderDisplayN ); $emailTemplate->addBodyText( - $l10n->t('%s just invited you and shared »%s« with you.', [$senderDisplayName, $filename]) + $l10n->t('%1$s just invited you and shared »%2$s« with you.', [$senderDisplayName, $filename]) ); $emailTemplate->addBodyText(