diff options
author | Sascha Wiswedel <sascha.wiswedel@nextcloud.com> | 2019-12-17 14:38:38 +0100 |
---|---|---|
committer | Sascha Wiswedel <sascha.wiswedel@nextcloud.com> | 2019-12-17 14:38:38 +0100 |
commit | 4d1a3a34d0edc674df4066eae014c8c72d61081c (patch) | |
tree | 33923c2d5a6d2e264e59ae47e6410d38d0355d70 /apps | |
parent | 73b1011d17033bc985d91da13771bf5440c98982 (diff) | |
download | nextcloud-server-4d1a3a34d0edc674df4066eae014c8c72d61081c.tar.gz nextcloud-server-4d1a3a34d0edc674df4066eae014c8c72d61081c.zip |
clarifying share source folder link string
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_sharing/src/components/SharingEntryInherited.vue | 2 |
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" |