summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-08-20 17:09:51 -0700
committerCorey Hulen <corey@hulen.com>2015-08-20 17:09:51 -0700
commit08941cf554bc88ca95f933cd2831fd6c6f2d49e9 (patch)
tree20107df8bf04e228760be4fd205b8010954101e4 /web
parent7d0f1e7fef2b29e40930afbbc928c59238e69a2b (diff)
parentd342c69e47cc8ff96f0d5dfb7a2c5a9f584729e8 (diff)
downloadchat-08941cf554bc88ca95f933cd2831fd6c6f2d49e9.tar.gz
chat-08941cf554bc88ca95f933cd2831fd6c6f2d49e9.tar.bz2
chat-08941cf554bc88ca95f933cd2831fd6c6f2d49e9.zip
Merge pull request #433 from nickago/MM-1840
MM-1840 Changed title of the edit channel modal
Diffstat (limited to 'web')
-rw-r--r--web/react/components/edit_channel_modal.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/edit_channel_modal.jsx b/web/react/components/edit_channel_modal.jsx
index dcff5b89d..1a633b193 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({
<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" ref="title">Edit {this.state.title} Description</h4>
+ <h4 className="modal-title" ref="title">Edit Description for {this.state.title}</h4>
</div>
<div className="modal-body">
<textarea className="form-control no-resize" rows="6" ref="channelDesc" maxLength="1024" value={this.state.description} onChange={this.handleUserInput}></textarea>