From cf0994ae135c0928ff63e277d77fde56a2d13bb9 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 8 Jun 2026 16:53:25 +0000 Subject: [PATCH] Fix doctitle showing INVOICE in caps buildForm() was overwriting the h1 with t("invoice") (uppercase translation) after buildHeader() had already built the correct SVG icon + lowercase text. https://claude.ai/code/session_01MkM7p8Us3L8YAfLKGA13NS --- app/index.html | 2 -- 1 file changed, 2 deletions(-) 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) =>