diff --git a/apps/files_sharing/src/components/SharingEntryInherited.vue b/apps/files_sharing/src/components/SharingEntryInherited.vue index d58a229031016..30ebae94721f2 100644 --- a/apps/files_sharing/src/components/SharingEntryInherited.vue +++ b/apps/files_sharing/src/components/SharingEntryInherited.vue @@ -21,18 +21,19 @@ v-if="share.viaPath && share.viaFileid" icon="icon-folder" :href="viaFileTargetUrl"> - {{ t('files_sharing', 'Via “{folder}”', { folder: viaFolderName }) }} + {{ t('files_sharing', 'Via "{folder}"', { folder: viaFolderName }) }} - {{ t('files_sharing', 'Unshare') }} + {{ unshareLabel }}