Browse Source

Update Moderate page

Visman 3 năm trước cách đây
mục cha
commit
735bb51cb1
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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,
             ];
         }