зеркало из https://github.com/nextcloud/spreed.git
Move the empty content message to the description as per nextcloud/vue-dashboard 1.0.1
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Родитель
cf4e0eb5af
Коммит
557de2c184
|
@ -44,8 +44,8 @@
|
|||
</template>
|
||||
<template v-slot:empty-content>
|
||||
<EmptyContent icon="icon-talk">
|
||||
{{ t('spreed', 'Say hi to your friends and colleagues!') }}
|
||||
<template #desc>
|
||||
{{ t('spreed', 'Say hi to your friends and colleagues!') }}
|
||||
<button
|
||||
@click="clickStartNew">
|
||||
{{ t('spreed', 'Start a conversation') }}
|
||||
|
|
Загрузка…
Ссылка в новой задаче