diff --git a/source/logic/conf.py b/source/logic/conf.py index 0b16ddd..2f19a52 100644 --- a/source/logic/conf.py +++ b/source/logic/conf.py @@ -66,7 +66,7 @@ def conf_schema_notifications(notification_channel_implementations): "anyOf": list( map( lambda pair: { - "title": ("check kind '%s'" % pair[0]), + "title": ("notification channel '%s'" % pair[0]), "type": "object", "unevaluatedProperties": False, "properties": {