From 7734b22a190407afefba7ade9129d05bf7d6e707 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 11 Oct 2023 16:31:04 +0200 Subject: [PATCH] UI - Difference page - Tweak 'preview' page invite text --- changedetectionio/templates/base.html | 3 ++- changedetectionio/templates/diff.html | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/changedetectionio/templates/base.html b/changedetectionio/templates/base.html index de6a591d..14efc8e5 100644 --- a/changedetectionio/templates/base.html +++ b/changedetectionio/templates/base.html @@ -121,7 +121,8 @@ {% endif %} {% if left_sticky %}
- Show current snapshot + Show current snapshot
+ Visualise triggers and ignored text
{% endif %} {% if right_sticky %} diff --git a/changedetectionio/templates/diff.html b/changedetectionio/templates/diff.html index cfb1f706..1df7b3c4 100644 --- a/changedetectionio/templates/diff.html +++ b/changedetectionio/templates/diff.html @@ -88,8 +88,6 @@
-
Pro-tip: Use show current snapshot tab to visualise what will be ignored, highlight text to add to ignore filters
- {% if password_enabled_and_share_is_off %}
Pro-tip: You can enable "share access when password is enabled" from settings
{% endif %}