Update verbiage around connect invitations (#12558)

The phrasing of this may reflect the code, but is a little confusing. A
user might not understand what a "joining request" is, so we should
probably just keep things simple for the time being.
This commit is contained in:
Jacob Herrington 2021-02-03 18:15:43 -06:00 committed by GitHub
parent 252ffb9e45
commit a1799dee01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -134,7 +134,7 @@ export class RequestManager extends Component {
<div className="p-4">
<HeaderSection />
{channelJoiningRequests.length <= 0 && userInvitations.length <= 0 ? (
<p>You have no pending invitations/Joining Requests.</p>
<p>You have no pending invitations.</p>
) : null}
<ChannelRequestSection
channelRequests={channelJoiningRequests}