Streamline "unshare" wording

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
This commit is contained in:
Sascha Wiswedel 2019-12-17 14:36:23 +01:00
parent 08b34aa4e3
commit 73b1011d17
No known key found for this signature in database
GPG Key ID: DC336C0F05DBA0CD
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
<ActionButton v-if="share.canDelete"
icon="icon-delete"
@click.prevent="onDelete">
{{ t('files_sharing', 'Delete share') }}
{{ t('files_sharing', 'Unshare') }}
</actionbutton>
</SharingEntrySimple>
</template>