mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Add headline to chat page
This commit is contained in:
parent
f2f003d205
commit
751c8b60a6
@ -78,6 +78,9 @@
|
||||
}
|
||||
},
|
||||
"chat": {
|
||||
"page": {
|
||||
"headline": "Chat"
|
||||
},
|
||||
"userProfileButton": {
|
||||
"label": "Chat",
|
||||
"tooltip": "Chatte mit „{name}“"
|
||||
|
||||
@ -78,6 +78,9 @@
|
||||
}
|
||||
},
|
||||
"chat": {
|
||||
"page": {
|
||||
"headline": "Chat"
|
||||
},
|
||||
"userProfileButton": {
|
||||
"label": "Chat",
|
||||
"tooltip": "Chat with “{name}”"
|
||||
|
||||
@ -1,5 +1,8 @@
|
||||
<template>
|
||||
<chat />
|
||||
<div>
|
||||
<ds-heading tag="h1">{{ $t('chat.page.headline') }}</ds-heading>
|
||||
<chat />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user