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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/views/Dashboard.vue')
-rw-r--r--src/js/views/Dashboard.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/js/views/Dashboard.vue b/src/js/views/Dashboard.vue
index 82c2a3b4..1187ec79 100644
--- a/src/js/views/Dashboard.vue
+++ b/src/js/views/Dashboard.vue
@@ -24,8 +24,8 @@
<div>
<NcDashboardWidget :items="relevantPolls"
empty-content-icon="icon-polls"
- :empty-content-message="t('polls', 'No polls')"
- :show-more-text="t('polls', 'relevant polls')"
+ :empty-content-message="t('polls', 'No polls found for this category')"
+ :show-more-text="t('polls', 'Relevant polls')"
:loading="loading"
@hide="() => {}"
@markDone="() => {}">