mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-06-08 16:24:21 -04:00
Fixing UI typo for notification times
This commit is contained in:
parent
9ac155bed9
commit
ece41868a7
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
)
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue