Skip to content
Snippets Groups Projects
Commit 3f91b46d authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Fix i18n on new landing page

parent 04c407fc
No related merge requests found
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
<app-room-join></app-room-join> <app-room-join></app-room-join>
<button mat-fab class="fab-extended" color="primary" (click)="createSession()"> <button mat-fab class="fab-extended" color="primary" (click)="createSession()">
<mat-icon class="add">add</mat-icon> <mat-icon class="add">add</mat-icon>
Create Session {{'home-page.create-session' | translate}}
</button> </button>
</div> </div>
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
"no-room-found": "Es wurde keine Session mit dieser ID gefunden.", "no-room-found": "Es wurde keine Session mit dieser ID gefunden.",
"please-enter": "Bitte geben Sie eine Session-ID ein.", "please-enter": "Bitte geben Sie eine Session-ID ein.",
"exactly-8": "Eine Session-ID hat genau 8 Ziffern.", "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.", "no-empty-name": "Bitte geben Sie einen Namen ein.",
"created-1": "Session '", "created-1": "Session '",
"created-2": "' erfolgreich erstellt." "created-2": "' erfolgreich erstellt."
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
"no-room-found": "No session was found with this id.", "no-room-found": "No session was found with this id.",
"please-enter": "Please enter a session-id.", "please-enter": "Please enter a session-id.",
"exactly-8": "A session-id has exactly 8 digits.", "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.", "no-empty-name": "Please enter a name.",
"created-1": "Session '", "created-1": "Session '",
"created-2": "' successfully created." "created-2": "' successfully created."
......
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