mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 23:31:58 +01:00
Fixed text for rejected removal
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
98b4c3c387
commit
7b1028d928
@ -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'];
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user