diff --git a/changedetectionio/templates/watch-overview.html b/changedetectionio/templates/watch-overview.html index 15f538fb..3b5eae90 100644 --- a/changedetectionio/templates/watch-overview.html +++ b/changedetectionio/templates/watch-overview.html @@ -78,7 +78,7 @@ {% if not watches|length %} - No website watches configured, please add a URL in the box above, or import a list. + No website watches configured, please add a URL in the box above, or import a list. {% endif %} {% for watch in (watches|sort(attribute=sort_attribute, reverse=sort_order == 'asc'))|pagination_slice(skip=pagination.skip) %}