diff --git a/smpte.js b/smpte.js index ce05053..3f9ac1c 100644 --- a/smpte.js +++ b/smpte.js @@ -348,7 +348,7 @@ function insertIntroduction(docMetadata) { if (smpte.ENGDOC_PUBTYPES.has(docMetadata.pubType)) { let b = document.createElement("p"); - b.innerHTML = "This section is entirely informative and does not form an integral part of this Engineering Document."; + b.innerHTML = "This clause is entirely informative and does not form an integral part of this Engineering Document."; sec.insertBefore(b, h2.nextSibling) } }