mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
"Get Invite" -> "Join Now"
Got feedback that "Get Invite" reads like you need to wait for an invite to be sent to you.
This commit is contained in:
parent
4549e7a3e0
commit
bfa7d5f4b6
1 changed files with 1 additions and 1 deletions
|
|
@ -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!"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue