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:
authordartcafe <github@dartcafe.de>2020-04-04 08:11:50 +0300
committerdartcafe <github@dartcafe.de>2020-04-04 08:11:50 +0300
commitff5d33b735f746f6701da734f3f697028bacdd39 (patch)
treeea8397bf501ef11e004436a1a86504c5d460da5d /src/js/views/PollList.vue
parent388541716a982040053ec7c6a426c52d8cc4d06a (diff)
poll description
Diffstat (limited to 'src/js/views/PollList.vue')
-rw-r--r--src/js/views/PollList.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/views/PollList.vue b/src/js/views/PollList.vue
index 4c350fad..19074ec2 100644
--- a/src/js/views/PollList.vue
+++ b/src/js/views/PollList.vue
@@ -104,7 +104,7 @@ export default {
if (this.$route.params.type === 'my') {
return t('polls', 'This are your polls (where you are the owner).')
} else if (this.$route.params.type === 'relevant') {
- return t('polls', 'This are all polls which are relevant or important to you, because you are a participant or the owner or you are invited to.')
+ return t('polls', 'This are all polls which are relevant or important to you, because you are a participant or the owner or you are invited to. Without expired polls.')
} else if (this.$route.params.type === 'public') {
return t('polls', 'A complete list with all public polls on this site, regardless who is the owner.')
} else if (this.$route.params.type === 'hidden') {