diff --git a/src/app/room-deletion/room-deletion.component.html b/src/app/room-deletion/room-deletion.component.html
index 65d32cc386786f868653e7d59fbb0bdd12fb940e..bd3e54708652c01c7b77fe1d43ab65fd145cde45 100644
--- a/src/app/room-deletion/room-deletion.component.html
+++ b/src/app/room-deletion/room-deletion.component.html
@@ -1,5 +1,5 @@
 <h3>Are you sure?</h3>
-<p>Do you really want to delete room<br>' {{room.name}} ' ?<br>This action can not be undone.</p>
+<p>Do you really want to delete room <strong>{{room.name}}</strong>? This action can not be undone.</p>
 <div fxLayout="row" fxLayoutAlign="center" fxLayoutGap="10px">
   <button mat-raised-button color="warn" (click)="dialogRef.close('delete')">
     Delete room