diff --git a/changedetectionio/templates/watch-overview.html b/changedetectionio/templates/watch-overview.html index d6632cbe..3cdaaf5b 100644 --- a/changedetectionio/templates/watch-overview.html +++ b/changedetectionio/templates/watch-overview.html @@ -108,7 +108,8 @@ {% else %} UnPause checks {% endif %} - Mute notifications + {% set mute_label = 'UnMute notification' if watch.notification_muted else 'Mute notification' %} + {{ mute_label }} {{watch.title if watch.title is not none and watch.title|length > 0 else watch.url}}