From eae68eec9fcf3a1913693be3c16ef231ee826cdf Mon Sep 17 00:00:00 2001 From: frankknoll Date: Tue, 31 Jan 2023 08:51:41 +0100 Subject: [PATCH] renaming header --- docs/HistogramView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/HistogramView.js b/docs/HistogramView.js index 34cfb61422f..21352a9527b 100644 --- a/docs/HistogramView.js +++ b/docs/HistogramView.js @@ -34,7 +34,7 @@ class HistogramView { #displayHeading(batchcode) { const h1 = document.createElement("h3"); - h1.appendChild(document.createTextNode(`Batch Code Combinations containing ${batchcode} and associated Frequencies of reported Symptoms`)); + h1.appendChild(document.createTextNode(`Frequencies of reported Symptoms for Batch Code Combinations containing ${batchcode}`)); this.#uiContainer.appendChild(h1); }