From 8fac593201072573dc3ecbb377f8f29e07b2294c Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 26 Mar 2024 14:58:36 +0100 Subject: [PATCH] UI Text - Adding helper text to VisualSelector to explain what the connection is with the CSS/xPath filters --- changedetectionio/templates/edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/templates/edit.html b/changedetectionio/templates/edit.html index ecce2128..c1d00428 100644 --- a/changedetectionio/templates/edit.html +++ b/changedetectionio/templates/edit.html @@ -436,7 +436,7 @@ Unavailable") }}
{% if visualselector_enabled %} - The Visual Selector tool lets you select the text elements that will be used for the change detection ‐ after the Browser Steps has completed.

+ The Visual Selector tool lets you select the text elements that will be used for the change detection ‐ after the Browser Steps has completed, this tool is a helper to manage filters in the "CSS/JSONPath/JQ/XPath Filters" box of the Filters & Triggers tab.