Minor change PM\PMPost page
This commit is contained in:
parent
2d4f52fe03
commit
da36db897f
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ class PMPost extends AbstractPM
|
|||
'type' => 'submit',
|
||||
'value' => __('Archive Send later'),
|
||||
];
|
||||
} elseif (Cnst::ACTION_ARCHIVE === $this->pmIndex) {
|
||||
} elseif (Cnst::ACTION_ARCHIVE === $this->pms->area) {
|
||||
$form['btns']['submit']['value'] = __('Save');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue