summaryrefslogtreecommitdiffstats
path: root/web/react/components/more_channels.jsx
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-02-09 08:20:02 -0800
committerCorey Hulen <corey@hulen.com>2016-02-09 08:20:02 -0800
commit63f830938b732258ea481f46076a88bfa8ebcd8c (patch)
tree5dad15ef1b1ed9fd72b676b0e62adb79ce1d61a2 /web/react/components/more_channels.jsx
parentffcca796c3b7f14eac52d4d1542105ef03b047a5 (diff)
parent65a00cbcf52dfc9bcd43112f2e420fad4798f2e1 (diff)
downloadchat-63f830938b732258ea481f46076a88bfa8ebcd8c.tar.gz
chat-63f830938b732258ea481f46076a88bfa8ebcd8c.tar.bz2
chat-63f830938b732258ea481f46076a88bfa8ebcd8c.zip
Merge pull request #2114 from asaadmahmoodspin/ui-improvements
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}