removed inherited shares counter
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
This commit is contained in:
parent
4d1a3a34d0
commit
f4f69da4b8
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -86,9 +86,7 @@ export default {
|
|||
return 'icon-triangle-s'
|
||||
},
|
||||
mainTitle() {
|
||||
return t('files_sharing', 'Others with access {count}', {
|
||||
count: this.loaded ? `: ${this.shares.length}` : ''
|
||||
})
|
||||
return t('files_sharing', 'Others with access')
|
||||
},
|
||||
toggleTooltip() {
|
||||
return this.fileInfo.type === 'dir'
|
||||
|
|
Loading…
Reference in New Issue