diff --git a/web/react/components/channel_header.jsx b/web/react/components/channel_header.jsx index b6182cfa59..dbfe39015b 100644 --- a/web/react/components/channel_header.jsx +++ b/web/react/components/channel_header.jsx @@ -175,6 +175,11 @@ module.exports = React.createClass({ } } + var channelTerm = 'Channel'; + if (channel.type === 'P') { + channelTerm = 'Group'; + } + return (