changing headings

This commit is contained in:
Frank Knoll
2024-07-24 21:45:06 +02:00
parent 7a031547f1
commit b72cdba5c6
3 changed files with 5 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ class PdfCreator {
static #getAssociatedDrugsSection({ selectElement, table }, valueName) {
return [
PdfCreator.#getHeading(`Associated ${valueName} for "${PdfCreator.#getSelection(selectElement)}"`),
PdfCreator.#getHeading(`${valueName} for "${PdfCreator.#getSelection(selectElement)}"`),
PdfCreator.#getTable(table, true)
];
}