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 }