diff options
Diffstat (limited to 'apps/files_sharing/src')
-rw-r--r-- | apps/files_sharing/src/components/SharingEntry.vue | 2 | ||||
-rw-r--r-- | apps/files_sharing/src/components/SharingEntryInherited.vue | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/src/components/SharingEntry.vue b/apps/files_sharing/src/components/SharingEntry.vue index a19d1331f61..ff6e8bcae77 100644 --- a/apps/files_sharing/src/components/SharingEntry.vue +++ b/apps/files_sharing/src/components/SharingEntry.vue @@ -121,7 +121,7 @@ </template> <ActionButton v-if="share.canDelete" - icon="icon-delete" + icon="icon-close" :disabled="saving" @click.prevent="onDelete"> {{ t('files_sharing', 'Unshare') }} 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> |