From 6afa0cdf0d35a2dc9cc4fd146029eb4d96aec875 Mon Sep 17 00:00:00 2001 From: Will Estes Date: Thu, 9 Jul 2026 06:52:09 -0400 Subject: [PATCH] Update signup status copy for the new readiness-email flow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Day one no longer sends immediately on signup — a readiness email goes out first, and day one only sends once that's clicked. Update the post-submit status text so it matches what actually happens. Co-Authored-By: Claude Sonnet 5 --- layouts/courses/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/courses/single.html b/layouts/courses/single.html index e4e4be1..4a82609 100644 --- a/layouts/courses/single.html +++ b/layouts/courses/single.html @@ -35,7 +35,7 @@ if (res.ok) { form.reset(); form.hidden = true; - status.textContent = "Check your inbox — day one is on its way."; + status.textContent = "Check your inbox — let us know you're ready and we'll get started."; return; } return res.text().then(function (msg) {