Update WelcomeMessage.php

This commit is contained in:
Dennis 2021-10-13 23:26:18 +02:00 committed by GitHub
parent c8c8ae753d
commit 8b963f170c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,13 +67,14 @@ class WelcomeMessage extends Notification implements ShouldQueue
return $AdditionalLine; return $AdditionalLine;
} }
return [ return [
'title' => "Getting started!", 'title' => "Getting started!",
'content' => " 'content' => "
<p>Hello <strong>{$this->user->name}</strong>, Welcome to our dashboard!</p> <p>Hello <strong>{$this->user->name}</strong>, Welcome to our dashboard!</p>
<h5>Verification</h5> <h5>Verification</h5>
<p>Please remember that you can verify your E-Mail Adress and Link/Verify your Discord-Account <p>Please remember that you can verify your E-Mail Adress and Link/Verify your Discord-Account</p>
<p>
".AdditionalLines()." ".AdditionalLines()."
</p> </p>
<h5>Information</h5> <h5>Information</h5>