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-02-07 16:08:37 +0300
committerdartcafe <github@dartcafe.de>2021-02-11 21:30:09 +0300
commit4f8985ab60b2a15e1b31eff0963ffc045e0d1d3b (patch)
treec563fe658ef2eac41cebe2219735993343d8cdd1 /src/js/components/SideBar/SideBarTabConfiguration.vue
parentf79dfb60272f01c9ca06ba015fbdeca1a3b78e7c (diff)
fix
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 6de91e6d..391460bc 100644
--- a/src/js/components/SideBar/SideBarTabConfiguration.vue
+++ b/src/js/components/SideBar/SideBarTabConfiguration.vue
@@ -37,7 +37,7 @@
</ConfigBox>
<ConfigBox :title="t('polls', 'Poll configurations')" icon-class="icon-category-customization">
- <CheckBoxDiv v-model="allowComment" :label="t('polls', 'Allow Comments')" />
+ <CheckBoxDiv v-model="pollAllowComment" :label="t('polls', 'Allow Comments')" />
<CheckBoxDiv v-model="pollAllowMaybe" :label="t('polls', 'Allow \'maybe\' vote')" />
<div v-if="(useVoteLimit || useOptionLimit) && pollAllowMaybe" class="indented warning">