diff options
-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" |