summaryrefslogtreecommitdiffstats
path: root/web/react/components/channel_invite_modal.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-08-20 21:48:49 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-08-21 15:41:10 +0500
commit701cbfa94abce6bb26d6bdada66c644a2d4fba0b (patch)
tree62b0f1a87dcc71f562de50ed95f269065e9a7350 /web/react/components/channel_invite_modal.jsx
parent19123e5523453d7c4e9caad4794a2942c5ce5aa4 (diff)
downloadchat-701cbfa94abce6bb26d6bdada66c644a2d4fba0b.tar.gz
chat-701cbfa94abce6bb26d6bdada66c644a2d4fba0b.tar.bz2
chat-701cbfa94abce6bb26d6bdada66c644a2d4fba0b.zip
Multiple UI Improvements
Diffstat (limited to 'web/react/components/channel_invite_modal.jsx')
-rw-r--r--web/react/components/channel_invite_modal.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/channel_invite_modal.jsx b/web/react/components/channel_invite_modal.jsx
index d90522e8c..e446167ec 100644
--- a/web/react/components/channel_invite_modal.jsx
+++ b/web/react/components/channel_invite_modal.jsx
@@ -138,7 +138,7 @@ export default class ChannelInviteModal extends React.Component {
<div className='modal-content'>
<div className='modal-header'>
<button type='button' className='close' data-dismiss='modal' aria-label='Close'><span aria-hidden='true'>&times;</span></button>
- <h4 className='modal-title'>Add New Members to {this.state.channelName}</h4>
+ <h4 className='modal-title'>Add New Members to <span className='name'>{this.state.channel_name}</span></h4>
</div>
<div className='modal-body'>
{inviteError}