diff --git a/changedetectionio/blueprint/ui/templates/edit.html b/changedetectionio/blueprint/ui/templates/edit.html
index f6e7f6a08..3b90d266a 100644
--- a/changedetectionio/blueprint/ui/templates/edit.html
+++ b/changedetectionio/blueprint/ui/templates/edit.html
@@ -328,8 +328,9 @@ Math: {{ 1 + 1 }}") }}
{{ render_checkbox_field(form.filter_text_replaced) }}
{{ render_checkbox_field(form.filter_text_removed) }}
Note: Depending on the length and similarity of the text on each line, the algorithm may consider an addition instead of replacement for example.
- So it's always better to select Added+Replaced when you're interested in new content.
- When content is merely moved in a list, it will also trigger an addition, consider enabling Only trigger when unique lines appear
+ So it's always better to select Added+Replaced when you're interested in new content.
+ When content is merely moved in a list, it will also trigger an addition, consider enabling Only trigger when unique lines appear.
+ The full snapshot is still saved (this does not strip added/changed/removed lines), only limits the triggers of the change detection.