diff options
Diffstat (limited to 'apps/files_sharing/src/components/SharingEntryInherited.vue')
-rw-r--r-- | apps/files_sharing/src/components/SharingEntryInherited.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/src/components/SharingEntryInherited.vue b/apps/files_sharing/src/components/SharingEntryInherited.vue index d0c75c817ce..7d56f4eac34 100644 --- a/apps/files_sharing/src/components/SharingEntryInherited.vue +++ b/apps/files_sharing/src/components/SharingEntryInherited.vue @@ -41,7 +41,7 @@ {{ t('files_sharing', 'Via folder') }} </ActionLink> <ActionButton v-if="share.canDelete" - icon="icon-delete" + icon="icon-close" @click.prevent="onDelete"> {{ t('files_sharing', 'Unshare') }} </actionbutton> |