diff --git a/src/app/components/home/new-landing/new-landing.component.html b/src/app/components/home/new-landing/new-landing.component.html
index f7eeb292acf5f8577f760bf6d916820adeacff5f..dcc8cccfa0965626cfdc1ca5d3693aeac7547948 100644
--- a/src/app/components/home/new-landing/new-landing.component.html
+++ b/src/app/components/home/new-landing/new-landing.component.html
@@ -2,6 +2,6 @@
     <app-room-join></app-room-join>
     <button mat-fab class="fab-extended" color="primary" (click)="createSession()">
       <mat-icon class="add">add</mat-icon>
-      Create Session
+      {{'home-page.create-session' | translate}}
     </button>
 </div>
diff --git a/src/assets/i18n/home/de.json b/src/assets/i18n/home/de.json
index a5c037db6ebbf58ff201b66a29939b79a1259942..5af18878a420a7f7562da63ff3ec9e078b362409 100644
--- a/src/assets/i18n/home/de.json
+++ b/src/assets/i18n/home/de.json
@@ -20,7 +20,7 @@
     "no-room-found": "Es wurde keine Session mit dieser ID gefunden.",
     "please-enter": "Bitte geben Sie eine Session-ID ein.",
 		"exactly-8": "Eine Session-ID hat genau 8 Ziffern.",
-		"create-session": "Neue Session erstellen",
+		"create-session": "Session erstellen",
     "no-empty-name": "Bitte geben Sie einen Namen ein.",
     "created-1": "Session '",
     "created-2": "' erfolgreich erstellt."
diff --git a/src/assets/i18n/home/en.json b/src/assets/i18n/home/en.json
index 3e4799e7ec6edcf554d3d34aa5db6b652919589d..b1d091f99de41152357223b8364f689399573367 100644
--- a/src/assets/i18n/home/en.json
+++ b/src/assets/i18n/home/en.json
@@ -20,7 +20,7 @@
     "no-room-found": "No session was found with this id.",
     "please-enter": "Please enter a session-id.",
 		"exactly-8": "A session-id has exactly 8 digits.",
-		"create-session": "Create new session ",
+		"create-session": "Create session",
     "no-empty-name": "Please enter a name.",
     "created-1": "Session '",
     "created-2": "' successfully created."