Small subject tweaks

This commit is contained in:
snipe
2025-11-20 13:23:17 +00:00
parent 39e7937458
commit 1687fcc035
14 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ class WelcomeNotification extends Notification
{
return (new MailMessage())
->subject(trans('mail.welcome', ['name' => $this->user->first_name.' '.$this->user->last_name]))
->subject('👋 '.trans('mail.welcome', ['name' => $this->user->first_name.' '.$this->user->last_name]))
->markdown('notifications.Welcome', $this->user->toArray())
->withSymfonyMessage(function (Email $message) {
$message->getHeaders()->addTextHeader(