diff options
Diffstat (limited to 'apps/files_sharing/src/components/SharingEntryLink.vue')
-rw-r--r-- | apps/files_sharing/src/components/SharingEntryLink.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/src/components/SharingEntryLink.vue b/apps/files_sharing/src/components/SharingEntryLink.vue index 7b86d9952ec..3c54a3f8aef 100644 --- a/apps/files_sharing/src/components/SharingEntryLink.vue +++ b/apps/files_sharing/src/components/SharingEntryLink.vue @@ -257,10 +257,10 @@ </ActionLink> <ActionButton v-if="share.canDelete" - icon="icon-delete" + icon="icon-close" :disabled="saving" @click.prevent="onDelete"> - {{ t('files_sharing', 'Delete share') }} + {{ t('files_sharing', 'Unshare') }} </ActionButton> <ActionButton v-if="!isEmailShareType && canReshare" class="new-share-link" |