From 0c33c5d6bcf83be3a6c2c5a96c4e8b69532ae06c Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Thu, 21 Sep 2023 10:59:45 +0200 Subject: [PATCH] IcingaNotificationForm: just a dot --- 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 1cf2e4a2..bf9f75d6 100644 --- a/application/forms/IcingaNotificationForm.php +++ b/application/forms/IcingaNotificationForm.php @@ -181,7 +181,7 @@ class IcingaNotificationForm extends DirectorObjectForm 'If defined, User Groups from this Custom Variable will be combined with single Groups chosen below. ' . ' e.g.: when set to notification_groups, this notification will pick User Groups from the Array' . ' service.vars.notification_groups and fall back to host.vars.notification_groups, in' - . ' case the former one does not exist' + . ' case the former one does not exist.' . ' Only Array type DirectorObject Fields for User objects are eligible for this feature.' ) ]);