Skip to content
Snippets Groups Projects
Verified Commit 1bf256b3 authored by Xnuk Shuman's avatar Xnuk Shuman
Browse files

use normal checkbox component label in announcement

parent 15eed4d8
No related branches found
No related tags found
1 merge request!1703Vertical center the checkboxes
......@@ -32,8 +32,9 @@
id="announcement-all-day"
v-model="announcement.allDay"
:disabled="disabled"
/>
<label for="announcement-all-day">{{ $t('announcements.all_day_prompt') }}</label>
>
{{ $t('announcements.all_day_prompt') }}
</Checkbox>
</span>
</div>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment