summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Wiswedel <sascha.wiswedel@nextcloud.com>2019-12-17 14:36:23 +0100
committerSascha Wiswedel <sascha.wiswedel@nextcloud.com>2019-12-17 14:36:23 +0100
commit73b1011d17033bc985d91da13771bf5440c98982 (patch)
tree26fec4f67a9b4291e2815cc489deaf2ef8c225b0
parent08b34aa4e370067c464445c739001d11cb8f871b (diff)
downloadnextcloud-server-73b1011d17033bc985d91da13771bf5440c98982.tar.gz
nextcloud-server-73b1011d17033bc985d91da13771bf5440c98982.zip
Streamline "unshare" wording
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
-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>