Solves https://linear.app/comm/issue/ENG-4304/update-invite-links-copy
# web/invite-links/accept-invite-modal.react.js
## buttons in Comm typically don't capitalize every word. "Accept Invite" should probably be "Accept invite"
{F620608}
## the string "This invite link may be expired, please try again with another invite link" contains a grammatical error called a "comma splice". perhaps it should be replaced with two sentences: "This invite link may be expired. Please try again with another invite link"
{F620611}
Depends on D8419