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
No known key found for this signature in database
GPG Key ID: DC336C0F05DBA0CD
1 changed files with
1 additions and
1 deletions
-
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" |
|
|
|
|