Update signup status copy for the new readiness-email flow
deploy / deploy (push) Successful in 3s

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 <noreply@anthropic.com>
This commit is contained in:
2026-07-09 06:52:09 -04:00
parent 39e8cdcd12
commit 6afa0cdf0d
+1 -1
View File
@@ -35,7 +35,7 @@
if (res.ok) { if (res.ok) {
form.reset(); form.reset();
form.hidden = true; 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;
} }
return res.text().then(function (msg) { return res.text().then(function (msg) {