Visman пре 3 година
родитељ
комит
735bb51cb1
1 измењених фајлова са 1 додато и 0 уклоњено
  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) {
         if ($this->firstTopic instanceof Topic) {
             $form['sets']['info']['info'][] = [
             $form['sets']['info']['info'][] = [
                 'value' => __(['All posts will be posted in the «%s» topic', $this->firstTopic->name]),
                 'value' => __(['All posts will be posted in the «%s» topic', $this->firstTopic->name]),
+                'html'  => true,
             ];
             ];
         }
         }