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