浏览代码

Update WelcomeMessage.php

Dennis 3 年之前
父节点
当前提交
306536206b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Notifications/WelcomeMessage.php

+ 1 - 1
app/Notifications/WelcomeMessage.php

@@ -57,7 +57,7 @@ class WelcomeMessage extends Notification implements ShouldQueue
             if(Configuration::getValueByKey('SERVER_LIMIT_REWARD_AFTER_VERIFY_EMAIL') != 0) {
                 $AdditionalLine .= "Verifying your Mail will also increase your Server Limit by " . Configuration::getValueByKey('SERVER_LIMIT_REWARD_AFTER_VERIFY_EMAIL') . " <br />";
             }
-                $AdditionalLine .="<br />";
+            $AdditionalLine .="<br />";
             if(Configuration::getValueByKey('CREDITS_REWARD_AFTER_VERIFY_DISCORD') != 0) {
                 $AdditionalLine .=  "You can also verify your discord account to get another " . Configuration::getValueByKey('CREDITS_REWARD_AFTER_VERIFY_DISCORD') . " credits <br />";
             }