diff --git a/src/app/components/shared/header/header.component.html b/src/app/components/shared/header/header.component.html
index c5a79ee78e00afdd7069c27333f49e271ae0bd5f..a6e293c953ec798990a7ace2bf5b4798667bf8d3 100644
--- a/src/app/components/shared/header/header.component.html
+++ b/src/app/components/shared/header/header.component.html
@@ -31,7 +31,7 @@
 
       <span *ngIf="isInRouteWithRoles && user && user.role !== userRole">
         <mat-icon style="color: red; margin-top: 8px" [matTooltip]="'header.not-in-own-view' | translate">
-          group
+          groups
         </mat-icon>
       </span>
 
@@ -301,7 +301,7 @@
               *ngIf="isInRouteWithRoles && user && user.role > 0"
               (click)="navigateToOtherView()"
               tabindex="0">
-        <mat-icon>group</mat-icon>
+        <mat-icon>groups</mat-icon>
         <span *ngIf="userRole === user.role">{{'header.regular-user-view' | translate}}</span>
         <span *ngIf="userRole !== user.role">{{'header.own-view' | translate}}</span>
       </button>
diff --git a/src/app/components/shared/room-list/room-list.component.html b/src/app/components/shared/room-list/room-list.component.html
index 913503552e3f874c201c8b4c6a2f2d94eb28ed68..a8a51658c0be63333f2ab44992e879b29b3ad1c3 100644
--- a/src/app/components/shared/room-list/room-list.component.html
+++ b/src/app/components/shared/room-list/room-list.component.html
@@ -65,7 +65,7 @@
             </mat-icon>
             <mat-icon mat-list-icon *ngSwitchCase="participantRole"
                       title="{{ 'room-list.participant-role' | translate }}">
-              group
+              groups
             </mat-icon>
             <mat-icon mat-list-icon *ngSwitchCase="executiveModeratorRole"
                       title="{{ 'room-list.executive-moderator-role' | translate }}">
diff --git a/src/assets/i18n/home/de.json b/src/assets/i18n/home/de.json
index 064cccb254e271ad1bd83d9501aaa95b5472672a..0a1c5ea210d6b6e5a794a12881e62f4a090b8690 100644
--- a/src/assets/i18n/home/de.json
+++ b/src/assets/i18n/home/de.json
@@ -131,9 +131,9 @@
     "quiz-now": "antworte✦jetzt",
     "moderation-warning": "Moderationsboard mit nicht freigegebenen Fragen",
     "tour": "Tour",
-    "own-view": "Zur eigenen Ansicht",
-    "regular-user-view": "Zur normalen Benutzeransicht",
-    "not-in-own-view": "Die aktuelle Ansicht bietet nicht alle Funktionen. Wechsle in den Optionen zu deiner Ansicht."
+    "own-view": "Zurück zur eigenen Ansicht",
+    "regular-user-view": "Zur Teilnehmeransicht",
+    "not-in-own-view": "Du befindest dich gerade in der Teilnehmeransicht. In den Optionen kannst du zurück zu deiner Ansicht wechseln."
   },
   "help": {
     "cancel": "Schließen",
diff --git a/src/assets/i18n/home/en.json b/src/assets/i18n/home/en.json
index 0ea26c10436d8de3da2d25e0d658e188da6ed4c1..1371b824b8c9468c6529ad1f97e7772e01e54e3e 100644
--- a/src/assets/i18n/home/en.json
+++ b/src/assets/i18n/home/en.json
@@ -118,9 +118,9 @@
     "quiz-now": "antworte✦jetzt",
     "moderation-warning": "Moderation board with unreleased questions",
     "tour": "Tour",
-    "own-view": "To own view",
-    "regular-user-view": "To the regular user view",
-    "not-in-own-view": "The current view does not offer all functions. Switch to your view in the options."
+    "own-view": "Back to own view",
+    "regular-user-view": "To the participant view",
+    "not-in-own-view": "You are currently in the participant view. In the options you can switch back to your view."
   },
   "help": {
     "cancel": "Close",