From 64a560d4b082599f2adbf6d1a2e8872d0f5473ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de> Date: Wed, 29 Jan 2020 09:37:54 +0100 Subject: [PATCH] Refactor bonus token dialog header for lecturers --- .../creator/_dialogs/bonus-token/bonus-token.component.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/components/creator/_dialogs/bonus-token/bonus-token.component.html b/src/app/components/creator/_dialogs/bonus-token/bonus-token.component.html index 2885e815a..006259865 100644 --- a/src/app/components/creator/_dialogs/bonus-token/bonus-token.component.html +++ b/src/app/components/creator/_dialogs/bonus-token/bonus-token.component.html @@ -1,6 +1,7 @@ <div mat-dialog-content xmlns="http://www.w3.org/1999/html"> <h2 class="oldtypo-h2">{{'room-page.bonus-token-header' | translate }}</h2> - <h3 class="oldtypo-h3">{{room.name}} - {{room.shortId.slice(0, 4)}} {{room.shortId.slice(4, 8)}}</h3> + <h3 class="oldtypo-h3">»{{room.name}}«</h3> + <h3>{{ 'room-page.session-id' | translate}}: {{room.shortId.slice(0, 4)}} {{room.shortId.slice(4, 8)}}</h3> <mat-divider></mat-divider> <div *ngIf="bonusTokens.length >= 1"> <div fxLayout="row" *ngFor="let bonusToken of bonusTokens; index as i" class="token"> -- GitLab