From 2f952d8c71672879b20d4cfcf2990316591b0107 Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Tue, 23 Sep 2025 21:42:56 +0200 Subject: [PATCH] chore(l10n): Use numbered placeholders Reported in Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- lib/Notification/Notifier.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Notification/Notifier.php b/lib/Notification/Notifier.php index e0dd92e49..d994cff1e 100644 --- a/lib/Notification/Notifier.php +++ b/lib/Notification/Notifier.php @@ -136,7 +136,7 @@ class Notifier implements INotifier { } $notification->setParsedSubject( - $l->t('The card "%s" on "%s" has reached its due date.', $params) + $l->t('The card "%1$s" on "%2$s" has reached its due date.', $params) ); $notification->setRichSubject( $l->t('The card {deck-card} on {deck-board} has reached its due date.'),