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:38:38 +0300
committerSascha Wiswedel <sascha.wiswedel@nextcloud.com>2019-12-17 16:38:38 +0300
commit4d1a3a34d0edc674df4066eae014c8c72d61081c (patch)
tree33923c2d5a6d2e264e59ae47e6410d38d0355d70 /apps/files_sharing/src/components/SharingEntryInherited.vue
parent73b1011d17033bc985d91da13771bf5440c98982 (diff)
clarifying share source folder link string
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 31379f5616b..b402ddd08be 100644
--- a/apps/files_sharing/src/components/SharingEntryInherited.vue
+++ b/apps/files_sharing/src/components/SharingEntryInherited.vue
@@ -38,7 +38,7 @@
<ActionLink v-if="share.fileSource"
icon="icon-folder"
:href="fileTargetUrl">
- {{ t('files_sharing', 'Open folder') }}
+ {{ t('files_sharing', 'Via folder') }}
</ActionLink>
<ActionButton v-if="share.canDelete"
icon="icon-delete"