diff options
author | Sascha Wiswedel <sascha.wiswedel@nextcloud.com> | 2019-12-17 14:41:18 +0100 |
---|---|---|
committer | npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | 2019-12-17 13:47:10 +0000 |
commit | f4f69da4b8b83dde819e08339f4d4a45ea588efc (patch) | |
tree | fbc8d8c33b2decd40e52eed9bcd47de60fdc2ff1 /apps/files_sharing/src/views | |
parent | 4d1a3a34d0edc674df4066eae014c8c72d61081c (diff) | |
download | nextcloud-server-f4f69da4b8b83dde819e08339f4d4a45ea588efc.tar.gz nextcloud-server-f4f69da4b8b83dde819e08339f4d4a45ea588efc.zip |
removed inherited shares counter
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'apps/files_sharing/src/views')
-rw-r--r-- | apps/files_sharing/src/views/SharingInherited.vue | 4 |
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' |