diff --git a/src/app/creator-room/creator-room.component.html b/src/app/creator-room/creator-room.component.html index 6bceb686c433cac1cf73a2a604c8f8cae22a7f6b..e3e90773a28a81e8d5c12b424c64bfb1f6c77b61 100644 --- a/src/app/creator-room/creator-room.component.html +++ b/src/app/creator-room/creator-room.component.html @@ -31,6 +31,6 @@ </button> </mat-card-actions> </mat-card> - <div *ngIf="!isLoading && !room">Error</div> + <div *ngIf="!isLoading && !room">Error: room could not be found!</div> </div> </div>