mirror of
https://github.com/nextcloud/server.git
synced 2026-04-26 08:38:11 -04:00
Fix label for allow download share permission
Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
parent
5d697b54f7
commit
02fd7d2216
3 changed files with 4 additions and 8 deletions
|
|
@ -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')
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
|
|||
4
dist/files_sharing-files_sharing_tab.js
vendored
4
dist/files_sharing-files_sharing_tab.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files_sharing-files_sharing_tab.js.map
vendored
2
dist/files_sharing-files_sharing_tab.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue