Fixing UI typo for notification times

This commit is contained in:
Dan Ford 2022-09-23 11:19:08 +01:00 committed by Thomas Gelf
parent 9ac155bed9
commit ece41868a7

View File

@ -196,7 +196,7 @@ class IcingaNotificationForm extends DirectorObjectForm
array(
'label' => $this->translate('First notification delay'),
'description' => $this->translate(
'Delay unless the first notification should be sent'
'Delay until the first notification should be sent'
) . '. ' . $this->getTimeValueInfo()
)
);