Skip to content

Commit

Permalink
Update lib/Notifications/Notifier.php
Browse files Browse the repository at this point in the history
Co-authored-by: Pytal <[email protected]>
Signed-off-by: Jérôme Herbinet <[email protected]>
  • Loading branch information
Jerome-Herbinet and Pytal authored Aug 20, 2024
1 parent d960e69 commit 766652c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Notifications/Notifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public function prepare(INotification $notification, string $languageCode): INot
$notification
->setRichSubject($l->t('Guest conversion done'))
->setRichMessage(
$l->t('Conversion of guest "{guest}" account to "{user}" account completed'),
$l->t('Conversion of guest {guest} account to {user} account completed'),
$this->getRichMessageParams($params['source'], $params['target']),
);
return $notification;
Expand Down

0 comments on commit 766652c

Please sign in to comment.