diff --git a/fhem/contrib/DS_Starter/60_Watches.pm b/fhem/contrib/DS_Starter/60_Watches.pm
index 30edb54ab..33e1637a0 100644
--- a/fhem/contrib/DS_Starter/60_Watches.pm
+++ b/fhem/contrib/DS_Starter/60_Watches.pm
@@ -567,7 +567,7 @@ sub FWebFn {
$ret .= "$dlink
" if(!AttrVal($d,"hideDisplayName",0));
if(IsDisabled($d)) {
if(AttrVal($d,"hideDisplayName",0)) {
- $ret .= qq{Watch $d is disabled};
+ $ret .= qq{Watch $d is disabled};
}
else {
$ret .= "Watch is disabled";