diff options
Diffstat (limited to 'apps/files_sharing/src/components/SharingEntry.vue')
-rw-r--r-- | apps/files_sharing/src/components/SharingEntry.vue | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/files_sharing/src/components/SharingEntry.vue b/apps/files_sharing/src/components/SharingEntry.vue index f873ef542ed..4748f75817b 100644 --- a/apps/files_sharing/src/components/SharingEntry.vue +++ b/apps/files_sharing/src/components/SharingEntry.vue @@ -412,11 +412,7 @@ export default { * @return {string} */ allowDownloadText() { - if (this.isFolder) { - return t('files_sharing', 'Allow download of office files') - } else { - return t('files_sharing', 'Allow download') - } + return t('files_sharing', 'Allow download') }, /** |