fix grammar in the chat screen (#457)
This commit is contained in:
parent
3a623993d4
commit
23ee1004be
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ const Channels = ({ activeChannelId,
|
|||
});
|
||||
let channelsListFooter = ""
|
||||
if (channels.length === 30) {
|
||||
channelsListFooter = <div className="chatchannels__channelslistfooter">You may connect devs you mutually follow. Use the filter to discover all your channels.</div>
|
||||
channelsListFooter = <div className="chatchannels__channelslistfooter">You may connect with any dev you mutually follow. Use the filter to discover all your channels.</div>
|
||||
}
|
||||
let topNotice = ''
|
||||
if (expanded &&
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue