From f4f69da4b8b83dde819e08339f4d4a45ea588efc Mon Sep 17 00:00:00 2001 From: Sascha Wiswedel Date: Tue, 17 Dec 2019 14:41:18 +0100 Subject: removed inherited shares counter Signed-off-by: Sascha Wiswedel Signed-off-by: npmbuildbot[bot] --- apps/files_sharing/src/views/SharingInherited.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'apps/files_sharing/src') 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' -- cgit v1.2.3