diff --git a/modules/monitoring/application/forms/Command/Object/RemoveAcknowledgementCommandForm.php b/modules/monitoring/application/forms/Command/Object/RemoveAcknowledgementCommandForm.php index 8baf49316..cdbdcf69d 100644 --- a/modules/monitoring/application/forms/Command/Object/RemoveAcknowledgementCommandForm.php +++ b/modules/monitoring/application/forms/Command/Object/RemoveAcknowledgementCommandForm.php @@ -36,7 +36,11 @@ class RemoveAcknowledgementCommandForm extends ObjectsCommandForm ), 'escape' => false, 'ignore' => true, - 'label' => $this->getView()->icon('cancel'), + 'label' => $this->getView()->icon('cancel') . $this->translatePlural( + 'Remove problem acknowledgement', + 'Remove problem acknowledgements', + count($this->objects) + ), 'title' => $this->translatePlural( 'Remove problem acknowledgement', 'Remove problem acknowledgements',