Skip to content

Commit

Permalink
Fix sharing tooltip
Browse files Browse the repository at this point in the history
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
  • Loading branch information
raimund-schluessler committed Aug 21, 2022
1 parent 6d7b450 commit 98e46d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AppNavigation/ListItemCalendar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ export default {
this.calendar.shares.length, {
num: this.calendar.shares.length,
})
: '' // disable the tooltip
: this.calendar.supportsEvents ? t('tasks', 'Share this calendar') : t('tasks', 'Share this list')
},
/**
* Whether or not the information about the owner principal was loaded
Expand Down

0 comments on commit 98e46d0

Please sign in to comment.