diff --git a/modules/monitoring/application/views/scripts/show/components/command.phtml b/modules/monitoring/application/views/scripts/show/components/command.phtml index 4a47c77b1..9b5145827 100644 --- a/modules/monitoring/application/views/scripts/show/components/command.phtml +++ b/modules/monitoring/application/views/scripts/show/components/command.phtml @@ -12,7 +12,7 @@ if ($showInstance): ?> translate('Command') ?> escape($command) ?> - hasPermission('monitoring/command/schedule-check') && $object->passive_checks_enabled) { + hasPermission('monitoring/command/process-check-result') && $object->passive_checks_enabled) { $title = sprintf( $this->translate('Submit a one time or so called passive result for the %s check'), $command );