"Request Invitation" -> "Get Invite" (#212)

This commit is contained in:
zach latta 2021-10-04 20:21:35 -04:00 committed by GitHub
parent ef27bbe7d8
commit 50b05d63bc

View file

@ -37,7 +37,7 @@ const JoinForm = ({ sx = {} }) => {
<Submit
status={status}
labels={{
default: 'Request invitation',
default: 'Get Invite',
error: 'Something went wrong',
success: 'Email coming soon!'
}}