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