diff --git a/Plan/common/src/main/resources/assets/plan/web/js/query.js b/Plan/common/src/main/resources/assets/plan/web/js/query.js index 44e417129..3b22beb69 100644 --- a/Plan/common/src/main/resources/assets/plan/web/js/query.js +++ b/Plan/common/src/main/resources/assets/plan/web/js/query.js @@ -321,7 +321,7 @@ function displayResultPath(json) { for (let j = 0; j < i * 4; j++) { pathHtml += " "; } - pathHtml += ` ${step.kind} matched ${step.size} players
` + pathHtml += ` ${getReadableFilterName(step.kind)} matched ${step.size} players` } insertElementBefore('.tab .row .card', () => {