Browse Source

Update Moderate page

Visman 3 years ago
parent
commit
735bb51cb1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Models/Pages/Moderate.php

+ 1 - 0
app/Models/Pages/Moderate.php

@@ -594,6 +594,7 @@ class Moderate extends Page
         if ($this->firstTopic instanceof Topic) {
             $form['sets']['info']['info'][] = [
                 'value' => __(['All posts will be posted in the «%s» topic', $this->firstTopic->name]),
+                'html'  => true,
             ];
         }