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:
Joas Schilling 2020-09-23 09:15:07 +02:00
Родитель cf4e0eb5af
Коммит 557de2c184
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 7076EA9751AACDDA
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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') }}