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

Add room-description to i18n

parent 1e217262
No related merge requests found
......@@ -16,7 +16,7 @@
<mat-card-content fxLayoutAlign="center">
<mat-expansion-panel class="mat-elevation-z0">
<mat-expansion-panel-header>
<h4>Beschreibung</h4>
<h4>{{ 'room-page.description' | translate }}</h4>
</mat-expansion-panel-header>
<p>
{{ room.description }}
......
......@@ -18,7 +18,8 @@
"really2": " wirklich löschen? Diese Aktion kann nicht rückgängig gemacht werden.",
"abort": "Abbrechen",
"update": "Update",
"default-content-group": "Standard"
"default-content-group": "Standard",
"description": "Beschreibung"
},
"content": {
"content": "Frage",
......
......@@ -17,7 +17,8 @@
"really2": "? This action can not be undone.",
"abort": "Abort",
"update": "Update",
"default-content-group": "Default"
"default-content-group": "Default",
"description": "Description"
},
"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