summaryrefslogtreecommitdiffstats
path: root/web/react/components/delete_post_modal.jsx
diff options
context:
space:
mode:
authornickago <ngonella@calpoly.edu>2015-07-28 09:20:07 -0700
committernickago <ngonella@calpoly.edu>2015-07-28 09:20:07 -0700
commit2e4d51b08f22b74802d4897a127685c162a2bef0 (patch)
tree65e7865caf15e9ecee5af4c6e9cf70a502577f7d /web/react/components/delete_post_modal.jsx
parentec2e61bc55aa12c4157937ed6492e109ad3422ae (diff)
downloadchat-2e4d51b08f22b74802d4897a127685c162a2bef0.tar.gz
chat-2e4d51b08f22b74802d4897a127685c162a2bef0.tar.bz2
chat-2e4d51b08f22b74802d4897a127685c162a2bef0.zip
Fixed typo in delete_post_modal
Diffstat (limited to 'web/react/components/delete_post_modal.jsx')
-rw-r--r--web/react/components/delete_post_modal.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/delete_post_modal.jsx b/web/react/components/delete_post_modal.jsx
index 11970bc2b..f0cb809af 100644
--- a/web/react/components/delete_post_modal.jsx
+++ b/web/react/components/delete_post_modal.jsx
@@ -98,7 +98,7 @@ module.exports = React.createClass({
: "" }
</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 type="button" className="btn btn-danger" data-dismiss="modal" onClick={this.handleDelete}>Delete</button>
</div>
</div>