fix(launch-flow): align Slack-wait copy across join, dashboard, welcome email

- /join "How membership works" lists community (not Slack) as a benefit;
  adds a note that Slack invitations come in monthly onboarding waves.
- Dashboard slack-coming note drops "2–3 weeks" timeline; uses the same
  monthly-waves phrasing.
- Welcome email no longer points new members to Slack (which they don't
  yet have access to); directs them to reply instead.
This commit is contained in:
Jennie Robinson Faber 2026-04-30 14:39:47 +01:00
parent d06c83cfc4
commit 313b8598df
3 changed files with 8 additions and 4 deletions

View file

@ -39,8 +39,8 @@
<span>${{ memberData?.contributionAmount ?? 0 }} CAD/mo</span>
</div>
<p v-if="showSlackComingNote" class="slack-coming-note">
Slack workspace access is part of your membership. Your invitation
typically arrives within 2&ndash;3 weeks of joining.
Slack workspace access is part of your membership. Invitations are
sent in monthly onboarding waves &mdash; we'll be in touch.
</p>
</PageHeader>