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
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/js/store/modules/polls.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/store/modules/polls.js b/src/js/store/modules/polls.js
index bd2a0ce7..f749c52e 100644
--- a/src/js/store/modules/polls.js
+++ b/src/js/store/modules/polls.js
@@ -33,7 +33,7 @@ const state = {
id: 'relevant',
title: t('polls', 'Relevant'),
titleExt: t('polls', 'Relevant polls'),
- description: t('polls', 'All polls which are relevant or important to you, because you are a participant or the owner or you are invited to. Without polls, closed more than five days ago.'),
+ description: t('polls', 'All polls which are relevant or important to you, because you are a participant or the owner or you are invited to. Without polls closed more than five days ago.'),
icon: 'icon-details',
pinned: false,
},