Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Wiswedel <sascha.wiswedel@nextcloud.com>2019-12-17 16:36:23 +0300
committerSascha Wiswedel <sascha.wiswedel@nextcloud.com>2019-12-17 16:36:23 +0300
commit73b1011d17033bc985d91da13771bf5440c98982 (patch)
tree26fec4f67a9b4291e2815cc489deaf2ef8c225b0 /apps/files_sharing/src/components/SharingEntryInherited.vue
parent08b34aa4e370067c464445c739001d11cb8f871b (diff)
Streamline "unshare" wording
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
Diffstat (limited to 'apps/files_sharing/src/components/SharingEntryInherited.vue')
-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>