Skip to content

Commit

Permalink
Use user display_name
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Dec 9, 2021
1 parent a8ee4b3 commit 8638fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Notifications/DiscussionAddedBlueprint.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public function getEmailView()
public function getEmailSubject(TranslatorInterface $translator)
{
return $translator->trans('fof-byobu.email.subject.private_discussion_added', [
'{display_name}' => $this->actor->username,
'{display_name}' => $this->actor->display_name,
'{title}' => $this->discussion->title,
]);
}
Expand Down

0 comments on commit 8638fea

Please sign in to comment.