Browse Source

Update PM\PMPost page

Visman 4 years ago
parent
commit
427f2c6587
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Models/Pages/PM/PMPost.php

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

@@ -69,7 +69,7 @@ class PMPost extends AbstractPM
             $this->targetUser = $topic->ztUser;
             $this->pms->area  = $this->pms->inArea($topic);
             $this->newTopic   = false;
-            $this->formTitle  = 'New PM title';
+            $this->formTitle  = Cnst::ACTION_ARCHIVE === $this->pms->area ? 'New PM title archive' : 'New PM title';
             $this->pmCrumbs[] = [
                 $this->c->Router->link('PMAction', $args),
                 __('New message'),