Add headline to chat page

This commit is contained in:
Wolfgang Huß 2023-07-13 12:02:53 +02:00
parent f2f003d205
commit 751c8b60a6
3 changed files with 10 additions and 1 deletions

View File

@ -78,6 +78,9 @@
}
},
"chat": {
"page": {
"headline": "Chat"
},
"userProfileButton": {
"label": "Chat",
"tooltip": "Chatte mit „{name}“"

View File

@ -78,6 +78,9 @@
}
},
"chat": {
"page": {
"headline": "Chat"
},
"userProfileButton": {
"label": "Chat",
"tooltip": "Chat with “{name}”"

View File

@ -1,5 +1,8 @@
<template>
<chat />
<div>
<ds-heading tag="h1">{{ $t('chat.page.headline') }}</ds-heading>
<chat />
</div>
</template>
<script>