]> source.dussan.org Git - nextcloud-server.git/commitdiff
Clarify "Delete share" action in sharing sidebar
authorAlexandre GV <contact@alexandregv.fr>
Wed, 25 Dec 2019 08:33:04 +0000 (09:33 +0100)
committerAlexandre Guiot--Valentin <contact@alexandregv.fr>
Wed, 25 Dec 2019 08:51:19 +0000 (08:51 +0000)
- change "Delete share" to "Unshare"
- change icon-delete to icon-close

Signed-off-by: Alexandre Guiot--Valentin <contact@alexandregv.fr>
apps/files_sharing/src/components/SharingEntryLink.vue

index 7b86d9952ec9ea8b7e8edfd781a381a827c4b9b6..3c54a3f8aef37e3e9a68889d9df7b007c2c0303d 100644 (file)
                                </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"