From bfa7d5f4b6fa0bac3a1dd7878ab1628947c4092a Mon Sep 17 00:00:00 2001 From: zach latta Date: Sat, 18 May 2024 19:11:06 -0400 Subject: [PATCH] "Get Invite" -> "Join Now" Got feedback that "Get Invite" reads like you need to wait for an invite to be sent to you. --- components/slack/join-form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/slack/join-form.js b/components/slack/join-form.js index 43951263..6a3c712e 100644 --- a/components/slack/join-form.js +++ b/components/slack/join-form.js @@ -120,7 +120,7 @@ const JoinForm = ({ sx = {}, router }) => { status={status} mt={'0px!important'} labels={{ - default: useWaitlist ? 'Join Waitlist' : 'Get Invite', + default: useWaitlist ? 'Join Waitlist' : 'Join Now', error: 'Something went wrong', success: useWaitlist ? "You're on the Waitlist!"