summaryrefslogtreecommitdiffstats
path: root/web/react/components/more_channels.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2016-02-09 20:35:40 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2016-02-09 20:35:40 +0500
commitfe0aeac6fe2aaa6a9c33bd47a293d626c9d640e9 (patch)
tree6effcbf552c6da1344c288e37aa1a01ab3f86e03 /web/react/components/more_channels.jsx
parent8e1c9c371b9fbfbc15d96d6f5c4092968dc41f43 (diff)
downloadchat-fe0aeac6fe2aaa6a9c33bd47a293d626c9d640e9.tar.gz
chat-fe0aeac6fe2aaa6a9c33bd47a293d626c9d640e9.tar.bz2
chat-fe0aeac6fe2aaa6a9c33bd47a293d626c9d640e9.zip
Multiple UI Improvements
Diffstat (limited to 'web/react/components/more_channels.jsx')
-rw-r--r--web/react/components/more_channels.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/more_channels.jsx b/web/react/components/more_channels.jsx
index d12ea4703..d800f93d8 100644
--- a/web/react/components/more_channels.jsx
+++ b/web/react/components/more_channels.jsx
@@ -114,7 +114,7 @@ export default class MoreChannels extends React.Component {
<tr key={channel.id}>
<td>
<p className='more-name'>{channel.display_name}</p>
- <p className='more-purpose'>{channel.purpose}</p>
+ <p className='more-description'>{channel.purpose}</p>
</td>
<td className='td--action'>
{joinButton}