Skip to content

Commit

Permalink
fixup! feat: allow calendar-wide transparency settings
Browse files Browse the repository at this point in the history
  • Loading branch information
miaulalala committed Jul 18, 2024
1 parent bf7111b commit 16595ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AppNavigation/EditCalendarModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
@input="calendarNameChanged = true">
</div>
<template v-if="canBeShared">
<NcListItem :name="$t('calendar', 'Include calendar in free/busy checks')"
<NcListItem :name="$t('calendar', 'All events in this calendar show you as busy by default')"
@click="isTransparent = !isTransparent">
<template #icon>
<CheckboxBlank v-if="isTransparent"
Expand Down

0 comments on commit 16595ab

Please sign in to comment.