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:
parent
f0df31081a
commit
d8ba5e5d57
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue