diff --git a/src/app/room/room.component.html b/src/app/room/room.component.html
index 28ddbdd81a2afdb2a41d76b118c2eccc58af98f3..3b4c66037407a393fad34f0dd8e0267742b2c253 100644
--- a/src/app/room/room.component.html
+++ b/src/app/room/room.component.html
@@ -9,7 +9,7 @@
   <mat-list-item>Closed: {{room.closed}}</mat-list-item>
 
   <button mat-button routerLink="/room/{{room.id}}/create-comment">
-    Create comment
+    Create comment <!-- Only for participant -->
   </button>
 </mat-list>