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, }