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}
# web/invite-links/invite-links-menu.react.js
## buttons shouldn't capitalize every word. "Invite Link" should probably be "Invite link"
{F620613}
# web/invite-links/view-invite-link-modal.react.js
## I worry about including user-generated content in modal titles. "Invite people to ${resolvedThreadInfo.uiName}" could perhaps just be "Invite link"? this one is hard to judge without a screenshot... would it be confusing to not see the community name anywhere?
{F620614}
{F620615}
Depends on D8419