From 7b1028d9281002f25a3c704485fdc829a4802268 Mon Sep 17 00:00:00 2001 From: Janos SUTO Date: Mon, 26 Apr 2021 06:44:41 +0200 Subject: [PATCH] Fixed text for rejected removal Signed-off-by: Janos SUTO --- webui/controller/audit/helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui/controller/audit/helper.php b/webui/controller/audit/helper.php index 053b5636..774274ec 100644 --- a/webui/controller/audit/helper.php +++ b/webui/controller/audit/helper.php @@ -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'];