diff --git a/application/forms/IcingaNotificationForm.php b/application/forms/IcingaNotificationForm.php index 3cb35424..a98382bd 100644 --- a/application/forms/IcingaNotificationForm.php +++ b/application/forms/IcingaNotificationForm.php @@ -67,7 +67,7 @@ class IcingaNotificationForm extends DirectorObjectForm 'text', 'times_end', array( - 'label' => $this->translate('Times end'), + 'label' => $this->translate('Last notification'), 'description' => $this->translate( 'When the last notification should be sent' ) diff --git a/library/Director/Web/Form/DirectorObjectForm.php b/library/Director/Web/Form/DirectorObjectForm.php index bc3ccad0..87ae09ce 100644 --- a/library/Director/Web/Form/DirectorObjectForm.php +++ b/library/Director/Web/Form/DirectorObjectForm.php @@ -418,6 +418,8 @@ abstract class DirectorObjectForm extends QuickForm 'command_id', // Notification 'notification_interval', 'period', + 'times_begin', + 'times_end', 'email', 'pager', 'enable_notifications',