diff --git a/modules/monitoring/application/forms/Command/Object/CheckNowCommandForm.php b/modules/monitoring/application/forms/Command/Object/CheckNowCommandForm.php index b7855294b..db0a619ac 100644 --- a/modules/monitoring/application/forms/Command/Object/CheckNowCommandForm.php +++ b/modules/monitoring/application/forms/Command/Object/CheckNowCommandForm.php @@ -39,7 +39,7 @@ class CheckNowCommandForm extends ObjectsCommandForm ), 'escape' => false, 'ignore' => true, - 'label' => $this->getView()->icon('reschedule') . $this->translate('Check now'), + 'label' => $this->getView()->icon('arrows-cw') . $this->translate('Check now'), 'type' => 'submit', 'title' => $this->translate('Schedule the next active check to run immediately'), 'value' => $this->translate('Check now')