From f13b2cef6d81885cf2e47ede84ae97744a85a010 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 19 May 2026 09:33:47 +0000 Subject: [PATCH] Rename PDF label from "Explanation:" to "Explanation for no receipt:" https://claude.ai/code/session_016aNBqHpiQciTr1DvNvE7nk --- app/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/index.html b/app/index.html index 82c2023..7dd5f85 100644 --- a/app/index.html +++ b/app/index.html @@ -676,7 +676,7 @@ async function generatePDF() { }); } else if (!ln.hasReceipt) { needSpace(lh * 2); - pg.drawText('Explanation:', {x:M.left, y, size:szSm-1, font:fontBold, color:gray}); + pg.drawText('Explanation for no receipt:', {x:M.left, y, size:szSm-1, font:fontBold, color:gray}); y -= lh; const explLines = wrapText(ln.noReceiptExplanation || '–', fontBody, sz, W); explLines.forEach(line => {