summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src/views
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/src/views')
-rw-r--r--apps/files_sharing/src/views/SharingInherited.vue4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/files_sharing/src/views/SharingInherited.vue b/apps/files_sharing/src/views/SharingInherited.vue
index be3c5ef2dc3..64c69301267 100644
--- a/apps/files_sharing/src/views/SharingInherited.vue
+++ b/apps/files_sharing/src/views/SharingInherited.vue
@@ -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'