summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authornickago <ngonella@calpoly.edu>2015-08-20 15:29:40 -0700
committernickago <ngonella@calpoly.edu>2015-08-20 15:29:40 -0700
commitd342c69e47cc8ff96f0d5dfb7a2c5a9f584729e8 (patch)
treeb6666a0edf9809de51defa829b8119c238445041 /web
parent7d5d6ae5b09621f12947de7c28945a844db1ff85 (diff)
downloadchat-d342c69e47cc8ff96f0d5dfb7a2c5a9f584729e8.tar.gz
chat-d342c69e47cc8ff96f0d5dfb7a2c5a9f584729e8.tar.bz2
chat-d342c69e47cc8ff96f0d5dfb7a2c5a9f584729e8.zip
changed title of 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>