From d7ed7c44ed58c2864d501ec52c51cf8c14579727 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 12 Apr 2022 10:55:43 +0200 Subject: [PATCH] Re-label the quick-add widget placeholder 'tag' to 'watch group' --- changedetectionio/templates/watch-overview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/templates/watch-overview.html b/changedetectionio/templates/watch-overview.html index f68c5593..2e00b057 100644 --- a/changedetectionio/templates/watch-overview.html +++ b/changedetectionio/templates/watch-overview.html @@ -10,7 +10,7 @@
Add a new change detection watch {{ render_simple_field(form.url, placeholder="https://...", required=true) }} - {{ render_simple_field(form.tag, value=active_tag if active_tag else '', placeholder="tag") }} + {{ render_simple_field(form.tag, value=active_tag if active_tag else '', placeholder="watch group") }}