renaming header

This commit is contained in:
frankknoll
2023-01-31 08:51:41 +01:00
parent f1f815f070
commit eae68eec9f

View File

@@ -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);
}