diff --git a/library/Icingadb/Common/CommandActions.php b/library/Icingadb/Common/CommandActions.php index 433c4b97..08ef440f 100644 --- a/library/Icingadb/Common/CommandActions.php +++ b/library/Icingadb/Common/CommandActions.php @@ -190,6 +190,7 @@ trait CommandActions $this->handleCommandForm(ScheduleHostCheckCommandForm::class); break; case 'service': + $this->setTitle($this->translate('Reschedule Service Check')); $this->handleCommandForm(ScheduleServiceCheckCommandForm::class); break; }