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 %}
{% endif %}
-
+ {% set mute_label = 'UnMute notification' if watch.notification_muted else 'Mute notification' %}
+