chore(l10n): Use numbered placeholders

Reported in Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
rakekniven
2025-09-23 21:42:56 +02:00
committed by GitHub
parent d216e56dac
commit 2f952d8c71

View File

@@ -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.'),