diff --git a/web/react/components/edit_channel_modal.jsx b/web/react/components/edit_channel_modal.jsx index fc303bbc2e..76f0c2c4d0 100644 --- a/web/react/components/edit_channel_modal.jsx +++ b/web/react/components/edit_channel_modal.jsx @@ -50,13 +50,18 @@ module.exports = React.createClass({ render: function() { var server_error = this.state.server_error ?

: null; + var editTitle =

Edit Description

; + if (this.state.title) { + editTitle =

Edit Description for {this.state.title}

; + } + return (