diff --git a/changedetectionio/templates/edit.html b/changedetectionio/templates/edit.html
index 0d86fc69..a0898778 100644
--- a/changedetectionio/templates/edit.html
+++ b/changedetectionio/templates/edit.html
@@ -337,7 +337,7 @@ xpath://body/div/span[contains(@class, 'example-class')]",
{% if '/text()' in field %}
Note!: //text() function does not work where the <element> contains <![CDATA[]]>
{% endif %}
- One CSS, xPath, JSON Path/JQ selector per line, any rules that matches will be used.
+ One CSS, xPath 1 & 2, JSON Path/JQ selector per line, any rules that matches will be used.
Show advanced help and tips
- CSS - Limit text to this CSS rule, only text matching this CSS rule is included.