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/components/Settings/AdminSettings/AdminShareSettings.vue
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/components/Settings/AdminSettings/AdminShareSettings.vue')
-rw-r--r--src/js/components/Settings/AdminSettings/AdminShareSettings.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/js/components/Settings/AdminSettings/AdminShareSettings.vue b/src/js/components/Settings/AdminSettings/AdminShareSettings.vue
index e454f31a..7b1da181 100644
--- a/src/js/components/Settings/AdminSettings/AdminShareSettings.vue
+++ b/src/js/components/Settings/AdminSettings/AdminShareSettings.vue
@@ -42,10 +42,10 @@
</div>
<CheckboxRadioSwitch :checked.sync="allAccessLimited" type="switch">
- {{ t('polls', 'Disallow open polls') }}
+ {{ t('polls', 'Disallow open accessible polls') }}
</CheckboxRadioSwitch>
<div v-if="allAccessLimited" class="settings_details">
- <div>{{ t('polls','Allow creating open polls for the following groups') }}</div>
+ <div>{{ t('polls','Allow creating open accessible polls for the following groups') }}</div>
<Multiselect v-model="allAccessGroups"
class="stretch"
label="displayName"