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>2021-01-21 00:35:33 +0300
committerdartcafe <github@dartcafe.de>2021-01-21 00:35:33 +0300
commitca3ae1c16cce29219aba2adb58d0956be31bacc6 (patch)
tree5c4d8bebd959d15faf6ec40b84ffd199b65d34e0 /src/js/components/SideBar/SideBarTabConfiguration.vue
parent42eb9d9cd119b5560b23deadb89cf446bae2f3d9 (diff)
typo
Diffstat (limited to 'src/js/components/SideBar/SideBarTabConfiguration.vue')
-rw-r--r--src/js/components/SideBar/SideBarTabConfiguration.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/components/SideBar/SideBarTabConfiguration.vue b/src/js/components/SideBar/SideBarTabConfiguration.vue
index acd99a93..d4ed9432 100644
--- a/src/js/components/SideBar/SideBarTabConfiguration.vue
+++ b/src/js/components/SideBar/SideBarTabConfiguration.vue
@@ -43,7 +43,7 @@
class="checkbox">
<label for="allowMaybe"> {{ t('polls', 'Allow "maybe" vote') }}</label>
<div v-if="(useVoteLimit || useOptionLimit) && pollAllowMaybe" class="indented">
- {{ t('polls', 'If vote limits are used, "maybe" should be not be allowed.') }}
+ {{ t('polls', 'If vote limits are used, "maybe" shouldn\'t be allowed.') }}
</div>
<input id="anonymous"
v-model="pollAnonymous"