Skip to content
Snippets Groups Projects
Commit 8ae669f3 authored by Lukas Mauß's avatar Lukas Mauß Committed by Tom Käsler
Browse files

Fix texts

parent 214b0054
No related merge requests found
......@@ -8,7 +8,7 @@
routerLink="/creator/room/{{ room.shortId }}/contents">
<mat-icon>school</mat-icon>
</button>
<button mat-fab color="primary" matTooltip="Erstelle neue Frage"
<button mat-fab color="primary" matTooltip="Neue Frage erstellen"
routerLink="/creator/room/{{ room.shortId }}/create-content">
<mat-icon>note_add</mat-icon>
</button>
......
<div fxLayout="column" fxLayoutAlign="start" fxLayoutGap="20px" fxFill>
<div fxLayout="row" fxLayoutAlign="center" fxLayoutGap="5px">
<button mat-raised-button color="primary" (click)="openCreateRoomDialog()">Create new room</button>
<button mat-raised-button color="primary" (click)="openCreateRoomDialog()">Neuen Raum erstellen</button>
</div>
<div fxLayout="row" fxLayoutAlign="center">
<app-room-list></app-room-list>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment