diff --git a/panel/src/components/Views/SystemView.vue b/panel/src/components/Views/SystemView.vue index 140ef0918a..2b5f88b096 100644 --- a/panel/src/components/Views/SystemView.vue +++ b/panel/src/components/Views/SystemView.vue @@ -113,9 +113,7 @@ export default { await promiseAll(promises); console.info( - `System health checks ended. ${ - promises.length - this.accessible.length - } issues found (see the security list in the system view).` + `System health checks ended. ${this.accessible.length} issues with accessible files/folders found (see the security list in the system view).` ); }, methods: {