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