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:
authorRené Gieling <github@dartcafe.de>2022-04-06 09:25:01 +0300
committerGitHub <noreply@github.com>2022-04-06 09:25:01 +0300
commit41262315fd4ec78184cfd3ab6554d4e00c44edae (patch)
tree90fab393d1baa52dccf7943066f9cc1a6e9b62ad /src/js/store/modules
parentd3adb69e7a887914d811e04eb769564c2ed6f739 (diff)
some fixes and comments for translators (#2358)
* some fixes and comments for translators Signed-off-by: dartcafe <github@dartcafe.de> * Avoid confusion when using the term 'open' Signed-off-by: dartcafe <github@dartcafe.de>
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,