Fixed text for rejected removal

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2021-04-26 06:44:41 +02:00
parent 98b4c3c387
commit 7b1028d928

View File

@ -66,7 +66,7 @@ class ControllerAuditHelper extends Controller {
$this->data['actions'][ACTION_VIEW_JOURNAL] = $this->data['text_view_journal'];
$this->data['actions'][ACTION_MARK_MESSAGE_FOR_REMOVAL] = $this->data['text_remove_request'];
$this->data['actions'][ACTION_MARK_AS_PRIVATE] = $this->data['text_mark_private'];
$this->data['actions'][ACTION_REJECT_REMOVAL] = $this->data['text_reject_removal'];
$this->data['actions'][ACTION_REJECT_REMOVAL] = $this->data['text_rejected_removal'];