diff --git a/modules/monitoring/application/forms/Command/Object/DeleteCommentCommandForm.php b/modules/monitoring/application/forms/Command/Object/DeleteCommentCommandForm.php index 2d379bb9e..f8ad101ae 100644 --- a/modules/monitoring/application/forms/Command/Object/DeleteCommentCommandForm.php +++ b/modules/monitoring/application/forms/Command/Object/DeleteCommentCommandForm.php @@ -69,7 +69,7 @@ class DeleteCommentCommandForm extends CommandForm 'escape' => false, 'type' => 'submit', 'class' => 'action-link link', - 'label' => $this->getView()->icon('trash'), + 'label' => $this->getView()->icon('cancel'), 'title' => $this->translate('Delete this comment'), 'decorators' => array('ViewHelper') )