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>2022-05-17 20:32:28 +0300
committerdartcafe <github@dartcafe.de>2022-05-17 20:32:28 +0300
commit7a60c1de7fc58084a312dc48bd8e948ff6eb9e63 (patch)
tree0fdc45fc936da8442f36c6cf1d00f466b58b842f /src/js/components/SideBar
parent77f9d8e02a03f47b689598be79ea57e7ff406955 (diff)
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'src/js/components/SideBar')
-rw-r--r--src/js/components/SideBar/SideBarTabOptions.vue5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/js/components/SideBar/SideBarTabOptions.vue b/src/js/components/SideBar/SideBarTabOptions.vue
index 7514b52c..3b60b7a2 100644
--- a/src/js/components/SideBar/SideBarTabOptions.vue
+++ b/src/js/components/SideBar/SideBarTabOptions.vue
@@ -45,7 +45,10 @@
<OptionsDate />
<template #actions>
- <OptionsDateAdd v-if="!closed" />
+ <OptionsDateAdd v-if="!closed"
+ :caption="t('polls', 'Add a date')"
+ show-caption
+ primary />
</template>
</ConfigBox>