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 <24800714+Pytal@users.noreply.github.com>
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
  • Loading branch information
Jerome-Herbinet and Pytal authored Aug 20, 2024
1 parent d2954e2 commit d960e69
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 @@ -78,7 +78,7 @@ public function prepare(INotification $notification, string $languageCode): INot
$notification
->setRichSubject($l->t('Guest conversion failed'))
->setRichMessage(
$l->t('Failed to convert guest "{guest}" account to "{user}" account'),
$l->t('Failed to convert guest {guest} account to {user} account'),
$this->getRichMessageParams($params['source'], $params['target']),
);
return $notification;
Expand Down

0 comments on commit d960e69

Please sign in to comment.