From f785d1371c528461a169588e91d4e208c062322f Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Mon, 24 Aug 2015 18:43:47 +0500 Subject: MM-1831 - Fixing channel name and having channel name in bold for edit channel modal --- web/react/components/channel_invite_modal.jsx | 2 +- web/react/components/edit_channel_modal.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/react/components/channel_invite_modal.jsx b/web/react/components/channel_invite_modal.jsx index e446167ec..b70811db1 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 {
-

Add New Members to {this.state.channel_name}

+

Add New Members to {this.state.channelName}

{inviteError} diff --git a/web/react/components/edit_channel_modal.jsx b/web/react/components/edit_channel_modal.jsx index 1a633b193..fc303bbc2 100644 --- a/web/react/components/edit_channel_modal.jsx +++ b/web/react/components/edit_channel_modal.jsx @@ -56,7 +56,7 @@ module.exports = React.createClass({
-

Edit Description for {this.state.title}

+

Edit Description for {this.state.title}

-- cgit v1.2.3-1-g7c22