瀏覽代碼

Update WelcomeMessage.php

Dennis 3 年之前
父節點
當前提交
8b963f170c
共有 1 個文件被更改,包括 3 次插入2 次删除
  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>