diff --git a/app/index.html b/app/index.html index 93114b8..469a910 100644 --- a/app/index.html +++ b/app/index.html @@ -684,8 +684,6 @@ function buildLangBar() { // ── Build form ──────────────────────────────────────────────────────────────── function buildForm() { - document.getElementById("inv-title").textContent = t("invoice"); - const today = new Date(); const dateDef = `${today.getFullYear()}-${String(today.getMonth() + 1).padStart(2, "0")}-${String(today.getDate()).padStart(2, "0")}`; const curOpts = (cfg.currencies || []).map((c, i) =>