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:
authordartcafe <github@dartcafe.de>2021-05-30 19:39:45 +0300
committerdartcafe <github@dartcafe.de>2021-05-30 19:39:45 +0300
commitf989b5d0a42bd62701b210b4e79ed7c8308e3661 (patch)
treedea9b72fbd68e557382aa7148d65b54f971c756c /src
parent4e6f9a808ea1c2c875125a4824d46ad81d3d9314 (diff)
Update relevant polls description fixes #1500
Signed-off-by: dartcafe <github@dartcafe.de>
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 edc9e322..bd2a0ce7 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 closed 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.'),
icon: 'icon-details',
pinned: false,
},