From 00f6e7fcd5d993a6c17182f1f51d4d0bd0102388 Mon Sep 17 00:00:00 2001
From: Klaus Quibeldey-Cirkel <klaus.quibeldey-cirkel@mni.thm.de>
Date: Tue, 28 Jul 2020 07:29:04 +0200
Subject: [PATCH] icon corrections

---
 .../room-moderator-page.component.html               |  2 +-
 .../shared/comment-list/comment-list.component.html  | 12 ++++++------
 src/assets/i18n/creator/de.json                      |  2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/app/components/moderator/room-moderator-page/room-moderator-page.component.html b/src/app/components/moderator/room-moderator-page/room-moderator-page.component.html
index 18c42d1ae..f4b2d3eaa 100644
--- a/src/app/components/moderator/room-moderator-page/room-moderator-page.component.html
+++ b/src/app/components/moderator/room-moderator-page/room-moderator-page.component.html
@@ -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>
diff --git a/src/app/components/shared/comment-list/comment-list.component.html b/src/app/components/shared/comment-list/comment-list.component.html
index 78c563a84..449843e91 100644
--- a/src/app/components/shared/comment-list/comment-list.component.html
+++ b/src/app/components/shared/comment-list/comment-list.component.html
@@ -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">
diff --git a/src/assets/i18n/creator/de.json b/src/assets/i18n/creator/de.json
index 03b9b180f..2d55d1c4a 100644
--- a/src/assets/i18n/creator/de.json
+++ b/src/assets/i18n/creator/de.json
@@ -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",
-- 
GitLab