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:
Julius Härtl 2022-08-03 10:40:24 +02:00 committed by nextcloud-command
parent 5d697b54f7
commit 02fd7d2216
3 changed files with 4 additions and 8 deletions

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long