summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-08-10 09:38:46 -0400
committerChristopher Speller <crspeller@gmail.com>2015-08-10 09:38:46 -0400
commit6eb76a7cc3081aa10889c3379813c76b14f60338 (patch)
tree561c687159710683151e5fd364ea6ce12d232b7e
parentc5944c96480dd85e88639d72a563da687787b55a (diff)
parentfe674339dc60f1f16f063320a8b4f2a5a13da2dd (diff)
downloadchat-6eb76a7cc3081aa10889c3379813c76b14f60338.tar.gz
chat-6eb76a7cc3081aa10889c3379813c76b14f60338.tar.bz2
chat-6eb76a7cc3081aa10889c3379813c76b14f60338.zip
Merge pull request #356 from nickago/MM-1646
MM-1646 Fixed typo in channel/group naming
-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>