Skip to content
Snippets Groups Projects
Commit 00f6e7fc authored by Klaus-Dieter Quibeldey-Cirkel's avatar Klaus-Dieter Quibeldey-Cirkel
Browse files

icon corrections

parent 6a4336a3
No related merge requests found
......@@ -16,7 +16,7 @@
{{ 'room-page.session-id' | translate}}: {{ room.shortId.slice(0, 4) }} {{ room.shortId.slice(4, 8) }}
</span>
<button id="copy" mat-icon-button (click)="copyShortId()">
<mat-icon class="copy" matTooltip="{{ 'room-page.copy-session-id' | translate}}">save</mat-icon>
<mat-icon class="copy" matTooltip="{{ 'room-page.copy-session-id' | translate}}">content_paste</mat-icon>
</button>
</mat-card-subtitle>
</mat-card-header>
......
......@@ -54,17 +54,17 @@
<mat-icon class="freezeIcon">play_arrow</mat-icon>
</button>
<button mat-fab class="freezeButton"
*ngIf="!searchBox.value && !search && userRole === 2 && deviceType === 'desktop'"
(click)="switchToModerationList()" matTooltip="{{ 'comment-list.switch-to-moderation-list' | translate }}">
<mat-icon class="freezeIcon">thumb_down_alt</mat-icon>
</button>
<button id="add_comment_small-button" mat-fab aria-labelledby="add" class="actionButton"
*ngIf="!searchBox.value && !search" (click)="openCreateDialog()"
matTooltip="{{ 'comment-list.add-comment' | translate }}">
<mat-icon class="actionIcon">add</mat-icon>
</button>
<button mat-fab class="freezeButton"
*ngIf="!searchBox.value && !search && userRole === 2 && deviceType === 'desktop'"
(click)="switchToModerationList()" matTooltip="{{ 'comment-list.switch-to-moderation-list' | translate }}">
<mat-icon class="freezeIcon">gavel</mat-icon>
</button>
</div>
<mat-menu #sortMenu="matMenu" xPosition="before">
......
......@@ -46,7 +46,7 @@
"vote-desc": "Absteigende Bewertungen",
"wrong": "Fragen, die der Dozent als falsch markiert hat",
"switch-to-comment-list": "Zur öffentlichen Fragenliste wechseln",
"switch-to-moderation-list": "Zur Moderatorliste wechseln"
"switch-to-moderation-list": "Zur Moderationsliste wechseln"
},
"comment-page": {
"a11y-comment_delete": "Löscht diese Frage",
......
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