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
3 changed files with 1 additions and 3 deletions
BIN
apps/files_sharing/js/dist/files_sharing_tab.js
vendored
BIN
apps/files_sharing/js/dist/files_sharing_tab.js
vendored
Binary file not shown.
BIN
apps/files_sharing/js/dist/files_sharing_tab.js.map
vendored
BIN
apps/files_sharing/js/dist/files_sharing_tab.js.map
vendored
Binary file not shown.
|
@ -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 a new issue