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") }}