diff --git a/_includes/space-status.html b/_includes/space-status.html
index 542469080bbf116d82169d684bb59be4a4b7c724..eb7caa56d717f43ce6b8e5487eeaa625220f21b3 100644
--- a/_includes/space-status.html
+++ b/_includes/space-status.html
@@ -35,7 +35,7 @@ function bbbopen() {
         }  else {
           console.log("CLOSED");
           $("#cyberspaceopen").css( "border", "3px solid red" );
-          $("#cyberspaceopen").html("<div style='float:left'><img src='{{ site.baseurl }}/assets/closed.png' width='35'></div>Derzeit ist niemand im Cyber-Space.<br><div style='text-align: right;'><a href='https://app.element.io/#/room/#nbsp:matrix.org' target='_blank' style='color: #EAEAEA;'>BBB</a></div>");
+          $("#cyberspaceopen").html("<div style='float:left'><img src='{{ site.baseurl }}/assets/closed.png' width='35'></div>Derzeit ist niemand im Cyber-Space.<br><div style='text-align: right;'><a href='https://app.element.io/#/room/#nbsp:matrix.org' target='_blank' style='color: #EAEAEA;'>Matrix</a></div>");
         }
     });
 }