Explorar o código

Update PMDelete.php

Visman %!s(int64=3) %!d(string=hai) anos
pai
achega
816e710f96
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Models/Pages/PM/PMDelete.php

+ 1 - 1
app/Models/Pages/PM/PMDelete.php

@@ -110,7 +110,7 @@ class PMDelete extends AbstractPM
         $this->nameTpl    = 'pm/post';
         $this->formTitle  = $deleteTopic ? 'Delete PT title' : 'Delete PM title';
         $this->form       = $this->formDelete($args, $post, $deleteTopic);
-        $this->postsTitle = 'Delete info';
+        $this->postsTitle = $deleteTopic ? 'Delete dialogue info' : 'Delete info';
         $this->posts      = [$post];
         $this->pmCrumbs[] = [
             $this->c->Router->link('PMAction', $args),