From 760ae50e559c85455b2bb113ffc44b52ee53e100 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Sun, 5 Mar 2023 15:52:28 +0100 Subject: [PATCH] [mod] conf --- 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 4b56a8d..eba6e5f 100644 --- a/source/logic/conf.py +++ b/source/logic/conf.py @@ -20,7 +20,7 @@ def conf_schema_threshold( def conf_schema_annoy( ): return { - "description": "whether notifications shall be kept sending after the threshold has been surpassed", + "description": "whether notifications about non-ok states shall be kept sending after the threshold has been surpassed", "type": "boolean", "default": False, }