From ece41868a7df8b3f68ed3e87a6ed263cc4d3b481 Mon Sep 17 00:00:00 2001 From: Dan Ford Date: Fri, 23 Sep 2022 11:19:08 +0100 Subject: [PATCH] Fixing UI typo for notification times --- application/forms/IcingaNotificationForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/forms/IcingaNotificationForm.php b/application/forms/IcingaNotificationForm.php index 0fca6b8e..2b7b4917 100644 --- a/application/forms/IcingaNotificationForm.php +++ b/application/forms/IcingaNotificationForm.php @@ -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() ) );