Clarify "Delete share" action in sharing sidebar (#18563)

Clarify "Delete share" action in sharing sidebar
This commit is contained in:
John Molakvoæ 2019-12-28 10:54:17 +01:00 committed by GitHub
commit 88a24d7d12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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') }}

View File

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

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"