Skip to content

Commit

Permalink
Update Notifier.php
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Herbinet <[email protected]>
  • Loading branch information
Jerome-Herbinet authored Aug 27, 2024
1 parent 63f5900 commit 2a88be8
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} to {user} completed'),
$this->getRichMessageParams($params['source'], $params['target']),
);
return $notification;
Expand Down

0 comments on commit 2a88be8

Please sign in to comment.