summaryrefslogtreecommitdiffstats
path: root/web/react/components/new_channel.jsx
diff options
context:
space:
mode:
authornickago <ngonella@calpoly.edu>2015-08-07 08:38:52 -0700
committernickago <ngonella@calpoly.edu>2015-08-07 08:38:57 -0700
commitfe674339dc60f1f16f063320a8b4f2a5a13da2dd (patch)
tree0dff621cd08673125d21180b4efd5630ac29ed00 /web/react/components/new_channel.jsx
parent3f987db4a5a3aacbe40ad6105e55341355ff0943 (diff)
downloadchat-fe674339dc60f1f16f063320a8b4f2a5a13da2dd.tar.gz
chat-fe674339dc60f1f16f063320a8b4f2a5a13da2dd.tar.bz2
chat-fe674339dc60f1f16f063320a8b4f2a5a13da2dd.zip
Fixed typo in channel/group naming
Diffstat (limited to 'web/react/components/new_channel.jsx')
-rw-r--r--web/react/components/new_channel.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/new_channel.jsx b/web/react/components/new_channel.jsx
index ffcbfd32d..c22147022 100644
--- a/web/react/components/new_channel.jsx
+++ b/web/react/components/new_channel.jsx
@@ -143,7 +143,7 @@ module.exports = React.createClass({
</div>
<div className='modal-footer'>
<button type='button' className='btn btn-default' data-dismiss='modal'>Cancel</button>
- <button onClick={this.handleSubmit} type='submit' className='btn btn-primary'>Create New Channel</button>
+ <button onClick={this.handleSubmit} type='submit' className='btn btn-primary'>Create New {channelTerm}</button>
</div>
</form>
</div>