summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPat Lathem <patl@codero.com>2016-01-13 14:06:09 -0600
committerPat Lathem <patl@codero.com>2016-01-13 14:06:09 -0600
commita316cdaa655c1b1ab2046e8b511677661e0bd246 (patch)
tree0c9079fbb46b75db3a83b8c22dedf2c1abee027b
parent632370abb5b17ff37e80608865af0c37f7b963ec (diff)
downloadchat-a316cdaa655c1b1ab2046e8b511677661e0bd246.tar.gz
chat-a316cdaa655c1b1ab2046e8b511677661e0bd246.tar.bz2
chat-a316cdaa655c1b1ab2046e8b511677661e0bd246.zip
Rename 'Channel Handle' to Channel URL'
-rw-r--r--web/react/components/channel_info_modal.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/channel_info_modal.jsx b/web/react/components/channel_info_modal.jsx
index bf1c346a0..109dcb129 100644
--- a/web/react/components/channel_info_modal.jsx
+++ b/web/react/components/channel_info_modal.jsx
@@ -29,7 +29,7 @@ export default class ChannelInfoModal extends React.Component {
<div className='col-sm-9'>{channel.display_name}</div>
</div>
<div className='row form-group'>
- <div className='col-sm-3 info__label'>{'Channel Handle:'}</div>
+ <div className='col-sm-3 info__label'>{'Channel URL:'}</div>
<div className='col-sm-9'>{channel.name}</div>
</div>
<div className='row'>