From 09ebc6ec6338545bdd694dc6eee57f2e9d2b8075 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sat, 8 Feb 2025 18:01:26 +0100 Subject: [PATCH] UI - Fix mute/unmute alt/title label alt/title text in watch overview (#2951) --- changedetectionio/templates/watch-overview.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}}