From bc613d668f46d2f3e6e3722698309199e20c2ef3 Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 21 Nov 2025 10:31:08 -0300 Subject: [PATCH] change --- public/buyModal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/buyModal.js b/public/buyModal.js index ddd7483..022b459 100644 --- a/public/buyModal.js +++ b/public/buyModal.js @@ -142,7 +142,7 @@ function openModal(productHref) { form.querySelector('input[name="category"]').value = category || ""; form.querySelector('input[name="product"]').value = product || "Unknown"; form.dataset.webhook = config.webhook || ""; - modal.querySelector("#productText").textContent = `You will buy ${product} for $${price}.`; + modal.querySelector("#productText").textContent = `You will buy ${product} for $${price}. We have send an Email with the payment details.`; addUtmFields(form); // Read from cookie or defaults }