aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/src')
-rw-r--r--apps/files_sharing/src/components/SharingEntryInherited.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/src/components/SharingEntryInherited.vue b/apps/files_sharing/src/components/SharingEntryInherited.vue
index 6765c70bfd9..31379f5616b 100644
--- a/apps/files_sharing/src/components/SharingEntryInherited.vue
+++ b/apps/files_sharing/src/components/SharingEntryInherited.vue
@@ -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>