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:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2021-03-27 18:22:29 +0300
committerGitHub <noreply@github.com>2021-03-27 18:22:29 +0300
commitebd52861304e8be41627f13c9e814fb484f17fb3 (patch)
treeec7b88a5d4b0f50dd87d93fb72dd509f1da0b72c /src/js/components/SideBar
parent25688c584d7c0ec73411e80a6e8ed7c3ee053bc3 (diff)
l10n: Change size of letter
Diffstat (limited to 'src/js/components/SideBar')
-rw-r--r--src/js/components/SideBar/SideBarTabOptions.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/components/SideBar/SideBarTabOptions.vue b/src/js/components/SideBar/SideBarTabOptions.vue
index c56106d8..3b3d126b 100644
--- a/src/js/components/SideBar/SideBarTabOptions.vue
+++ b/src/js/components/SideBar/SideBarTabOptions.vue
@@ -23,7 +23,7 @@
<template>
<div>
<ConfigBox v-if="!isOwner" :title="t('polls', 'As an admin you may edit this poll')" icon-class="icon-checkmark" />
- <ConfigBox :title="t('polls', 'Allow Proposals from users')" icon-class="icon-category-customization">
+ <ConfigBox :title="t('polls', 'Allow proposals from users')" icon-class="icon-category-customization">
<ConfigProposals />
</ConfigBox>