Skip to content
Snippets Groups Projects
Commit 6cfdf9da authored by Tom Käsler's avatar Tom Käsler
Browse files

Add i18n for when room couldn't be found

parent 69e7458d
Branches
Tags
1 merge request!267Fix alot of stuff
......@@ -64,7 +64,7 @@
<app-content-groups *ngIf="room && room.contentGroups" [contentGroups]="room.contentGroups"></app-content-groups>
-->
</mat-card>
<div *ngIf="!isLoading && !room">Error: room could not be found!</div>
<div *ngIf="!isLoading && !room">{{ 'room-page.room-not-found' | translate }}</div>
</div>
</div>
......@@ -28,7 +28,8 @@
"delete-all-comments": "Alle Kommentare löschen",
"really-delete-comments": "Wollen Sie wirklich alle Kommentare dieser Session löschen?",
"comments-deleted": "Alle Kommentare wurden gelöscht.",
"export-comments": "Kommentare exportieren"
"export-comments": "Kommentare exportieren",
"room-not-found": "Session wurde nicht gefunden :("
},
"content": {
"content": "Frage",
......
......@@ -28,7 +28,8 @@
"delete-all-comments": "Delete all comments",
"really-delete-comments": "Do you really want to delete all comments of this session?",
"comments-deleted": "All comments have been deleted.",
"export-comments": "Export comments"
"export-comments": "Export comments",
"room-not-found": "Session not found :("
},
"content": {
"content": "Content",
......
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