Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/views
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-09-23 10:15:07 +0300
committerJoas Schilling <coding@schilljs.com>2020-09-23 10:15:07 +0300
commit557de2c1842262fc40c5698fdcbc5c40c9cf0e47 (patch)
treef00d79383196feb752cb66c1d4d86274544f8b8c /src/views
parentcf4e0eb5af2492dd50d2ae6054b5bdde719a1291 (diff)
Move the empty content message to the description as per nextcloud/vue-dashboard 1.0.1
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/views')
-rw-r--r--src/views/Dashboard.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue
index 0342118ef..98b4c20cc 100644
--- a/src/views/Dashboard.vue
+++ b/src/views/Dashboard.vue
@@ -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') }}