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:
parent
252ffb9e45
commit
a1799dee01
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue