diff options
author | Corey Hulen <corey@hulen.com> | 2015-10-28 14:44:02 -0700 |
---|---|---|
committer | Corey Hulen <corey@hulen.com> | 2015-10-28 14:44:02 -0700 |
commit | 89f67cd11dbb71d42a8809976715d6df86d46c95 (patch) | |
tree | 3e3c50d16a6dea22f5270ab61255c975e3eb6147 /web/react/components/more_channels.jsx | |
parent | 9312272234c9bb41741ac174fb4b19c73426dce0 (diff) | |
parent | 019bf6a7fed85138a6a3be6ef70fbb994be49abe (diff) | |
download | chat-89f67cd11dbb71d42a8809976715d6df86d46c95.tar.gz chat-89f67cd11dbb71d42a8809976715d6df86d46c95.tar.bz2 chat-89f67cd11dbb71d42a8809976715d6df86d46c95.zip |
Merge pull request #1199 from hmhealey/plt600
PLT-600 Renamed channel description to channel header and added channel purpose field
Diffstat (limited to 'web/react/components/more_channels.jsx')
-rw-r--r-- | web/react/components/more_channels.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/more_channels.jsx b/web/react/components/more_channels.jsx index a0084ad30..c4f831c2e 100644 --- a/web/react/components/more_channels.jsx +++ b/web/react/components/more_channels.jsx @@ -109,7 +109,7 @@ export default class MoreChannels extends React.Component { <tr key={channel.id}> <td> <p className='more-name'>{channel.display_name}</p> - <p className='more-description'>{channel.description}</p> + <p className='more-purpose'>{channel.purpose}</p> </td> <td className='td--action'> {joinButton} |