From 4934a0829afe9e6abc70a9cbd8a09b68c374fcb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Thu, 15 Dec 2022 15:48:52 +0100 Subject: [PATCH] [fix] conf doc --- source/logic/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {