diff --git a/data/interfaces/default/notifier_config.html b/data/interfaces/default/notifier_config.html index 63a86f03..6fcc2e4d 100644 --- a/data/interfaces/default/notifier_config.html +++ b/data/interfaces/default/notifier_config.html @@ -143,9 +143,12 @@
- Enter the logic to use when evaluating the conditions. - Only the keywords and/or and brackets () are supported. - (e.g. {1} and ({2} or {3})).
+ Enter the logic to use when evaluating the conditions (e.g. {1} and ({2} or {3})). + ++ Note: Only the keywords and/or and brackets () are supported. + For order of operations, and is evaluated before or. +