Skip to content

Commit 5ae2dca

Browse files
authored
Merge pull request #7259 from nextcloud/rakekniven-patch-1
fix(l10n): Use numbered placeholders
2 parents 7acc991 + 2f952d8 commit 5ae2dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Notification/Notifier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public function prepare(INotification $notification, string $languageCode): INot
136136
}
137137

138138
$notification->setParsedSubject(
139-
$l->t('The card "%s" on "%s" has reached its due date.', $params)
139+
$l->t('The card "%1$s" on "%2$s" has reached its due date.', $params)
140140
);
141141
$notification->setRichSubject(
142142
$l->t('The card {deck-card} on {deck-board} has reached its due date.'),

0 commit comments

Comments
 (0)