Browse Source

clarifying share source folder link string

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
pull/18447/head
Sascha Wiswedel 6 years ago
parent
commit
4d1a3a34d0
No known key found for this signature in database GPG Key ID: DC336C0F05DBA0CD
  1. 2
      apps/files_sharing/src/components/SharingEntryInherited.vue

2
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"

Loading…
Cancel
Save