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 18c42d1aef5d75264663d7713959d82d0abebf85..f4b2d3eaacd9a0e67cf9f34a5d44ec00832ef6b2 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 78c563a84f0e28b2a9239c97e4269cd2c24c73e2..449843e913432b2e4704c9002e35717fe8d0d8dc 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 03b9b180f146e9e93bf283fe18f1510623c1feac..2d55d1c4a0e3e3abbb452e3ed0344ec9b929e674 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",