summaryrefslogtreecommitdiffstats
path: root/web/react/components/new_channel.jsx
diff options
context:
space:
mode:
authornickago <ngonella@calpoly.edu>2015-08-04 10:58:44 -0700
committernickago <ngonella@calpoly.edu>2015-08-04 10:58:44 -0700
commit0a9706e3cb16b41ba66d602407e7df2da837c26e (patch)
tree30cf5fcfe009c10cf574a21a7800ecb0fa08b8ac /web/react/components/new_channel.jsx
parent83b632a3c2870ce7d77434f2d1e3127818a13e20 (diff)
downloadchat-0a9706e3cb16b41ba66d602407e7df2da837c26e.tar.gz
chat-0a9706e3cb16b41ba66d602407e7df2da837c26e.tar.bz2
chat-0a9706e3cb16b41ba66d602407e7df2da837c26e.zip
Changed 'Close' to 'Cancel'
Diffstat (limited to 'web/react/components/new_channel.jsx')
-rw-r--r--web/react/components/new_channel.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/react/components/new_channel.jsx b/web/react/components/new_channel.jsx
index 454af38e7..d5106cc1d 100644
--- a/web/react/components/new_channel.jsx
+++ b/web/react/components/new_channel.jsx
@@ -106,7 +106,7 @@ module.exports = React.createClass({
<div className="modal-header">
<button type="button" className="close" data-dismiss="modal">
<span aria-hidden="true">&times;</span>
- <span className="sr-only">Close</span>
+ <span className="sr-only">Cancel</span>
</button>
<h4 className="modal-title">New Channel</h4>
</div>
@@ -129,7 +129,7 @@ module.exports = React.createClass({
{ server_error }
</div>
<div className="modal-footer">
- <button type="button" className="btn btn-default" data-dismiss="modal">Close</button>
+ <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>
</div>
</form>