summaryrefslogtreecommitdiffstats
path: root/web/react/components
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-07-29 08:31:00 -0400
committerChristopher Speller <crspeller@gmail.com>2015-07-29 08:31:00 -0400
commit35fe9655c3164eead46b18db9e40c8b677cca636 (patch)
tree784483cb265ad0d390222b62dd5c9d3a818d77b4 /web/react/components
parent63a17cf4f6c23ccd32a569194956425f22c761d6 (diff)
parent2e4d51b08f22b74802d4897a127685c162a2bef0 (diff)
downloadchat-35fe9655c3164eead46b18db9e40c8b677cca636.tar.gz
chat-35fe9655c3164eead46b18db9e40c8b677cca636.tar.bz2
chat-35fe9655c3164eead46b18db9e40c8b677cca636.zip
Merge pull request #267 from nickago/MM-1652
MM-1652 Fixed typo in delete post modal
Diffstat (limited to 'web/react/components')
-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>