diff options
Diffstat (limited to 'apps/files_sharing/src/views/SharingInherited.vue')
-rw-r--r-- | apps/files_sharing/src/views/SharingInherited.vue | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/apps/files_sharing/src/views/SharingInherited.vue b/apps/files_sharing/src/views/SharingInherited.vue index f66fb44cfab..b570b47e257 100644 --- a/apps/files_sharing/src/views/SharingInherited.vue +++ b/apps/files_sharing/src/views/SharingInherited.vue @@ -31,10 +31,9 @@ <div class="avatar-shared icon-more-white" /> </template> <NcActionButton :icon="showInheritedSharesIcon" - :aria-label="mainTitle" - @click.prevent.stop="toggleInheritedShares"> - {{ toggleTooltip }} - </NcActionButton> + :aria-label="toggleTooltip" + :title="toggleTooltip" + @click.prevent.stop="toggleInheritedShares" /> </SharingEntrySimple> <!-- Inherited shares list --> |