Clarify "Delete share" action in sharing sidebar

- change "Delete share" to "Unshare"
- change icon-delete to icon-close

Signed-off-by: Alexandre Guiot--Valentin <contact@alexandregv.fr>
This commit is contained in:
Alexandre GV 2019-12-25 09:33:04 +01:00 committed by Alexandre Guiot--Valentin
parent f0df31081a
commit d8ba5e5d57

View file

@ -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"