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/store/modules')
-rw-r--r--src/js/store/modules/polls.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/js/store/modules/polls.js b/src/js/store/modules/polls.js
index 087c82a7..3647cd87 100644
--- a/src/js/store/modules/polls.js
+++ b/src/js/store/modules/polls.js
@@ -94,9 +94,9 @@ const state = {
},
{
id: 'open',
- title: t('polls', 'Open polls'),
- titleExt: t('polls', 'Open polls'),
- description: t('polls', 'A complete list with all open polls on this site, regardless who is the owner.'),
+ title: t('polls', 'Open accessible polls'),
+ titleExt: t('polls', 'Open accessible polls'),
+ description: t('polls', 'A complete list with all open accessible polls on this site, regardless who is the owner.'),
icon: 'icon-mask-md-navigation-open',
pinned: false,
createDependent: true,