From 74d93d10c39da6bc483af8eaa2625f28e8196062 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 6 Dec 2022 23:16:22 +0100 Subject: [PATCH] UI - watch tags also known as watch tag / label --- changedetectionio/templates/_common_fields.jinja | 2 +- changedetectionio/templates/watch-overview.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changedetectionio/templates/_common_fields.jinja b/changedetectionio/templates/_common_fields.jinja index 0d1a7167..893b7774 100644 --- a/changedetectionio/templates/_common_fields.jinja +++ b/changedetectionio/templates/_common_fields.jinja @@ -72,7 +72,7 @@ {{ '{{ watch_tag }}' }} - The tag of the watch. + The watch label / tag {{ '{{ preview_url }}' }} diff --git a/changedetectionio/templates/watch-overview.html b/changedetectionio/templates/watch-overview.html index 5338b949..96de0b77 100644 --- a/changedetectionio/templates/watch-overview.html +++ b/changedetectionio/templates/watch-overview.html @@ -14,7 +14,7 @@
{{ render_simple_field(form.url, placeholder="https://...", required=true) }} - {{ render_simple_field(form.tag, value=active_tag if active_tag else '', placeholder="watch group") }} + {{ render_simple_field(form.tag, value=active_tag if active_tag else '', placeholder="watch label / tag") }}
{{ render_simple_field(form.watch_submit_button, title="Watch this URL!" ) }}