Selaa lähdekoodia

Update WelcomeMessage.php

Dennis 3 vuotta sitten
vanhempi
commit
8b963f170c
1 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. 3 2
      app/Notifications/WelcomeMessage.php

+ 3 - 2
app/Notifications/WelcomeMessage.php

@@ -67,13 +67,14 @@ class WelcomeMessage extends Notification implements ShouldQueue
 
             return $AdditionalLine;
         }
-        
+
         return [
             'title'   => "Getting started!",
             'content' => "
                <p>Hello <strong>{$this->user->name}</strong>, Welcome to our dashboard!</p>
                 <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()."
                 </p>
                 <h5>Information</h5>