Browse Source

Merge pull request #33448 from nextcloud/bugfix/allow-download-label

tags/v25.0.0beta1
Julius Härtl 1 year ago
parent
commit
79e642123b
No account linked to committer's email address

+ 1
- 5
apps/files_sharing/src/components/SharingEntry.vue View File

@@ -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')
},

/**

+ 2
- 2
dist/files_sharing-files_sharing_tab.js
File diff suppressed because it is too large
View File


+ 1
- 1
dist/files_sharing-files_sharing_tab.js.map
File diff suppressed because it is too large
View File


Loading…
Cancel
Save