From 434ea0f30dae12099a9f7483573a5a240335a305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Sz=C3=BCcs?= <127139797+Balazs-Szucs@users.noreply.github.com> Date: Sun, 15 Jun 2025 00:49:10 +0200 Subject: [PATCH] Update stirling-pdf/src/main/resources/templates/convert/eml-to-pdf.html Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../src/main/resources/templates/convert/eml-to-pdf.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stirling-pdf/src/main/resources/templates/convert/eml-to-pdf.html b/stirling-pdf/src/main/resources/templates/convert/eml-to-pdf.html index 88b66b4b0..fd4cd566e 100644 --- a/stirling-pdf/src/main/resources/templates/convert/eml-to-pdf.html +++ b/stirling-pdf/src/main/resources/templates/convert/eml-to-pdf.html @@ -82,7 +82,7 @@ function updateFormState() { if (pdfOnlyOptions && submitBtn) { pdfOnlyOptions.style.display = downloadHtml.checked ? 'none' : 'block'; - submitBtn.textContent = downloadHtml.checked ? 'Download HTML' : submitText; + submitBtn.textContent = downloadHtml.checked ? /*[[#{EMLToPDF.downloadHtml}]]*/ 'Download HTML' : submitText; } }