diff options
Diffstat (limited to 'web/react/components/post_deleted_modal.jsx')
-rw-r--r-- | web/react/components/post_deleted_modal.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/post_deleted_modal.jsx b/web/react/components/post_deleted_modal.jsx index 307120df3..83b007bad 100644 --- a/web/react/components/post_deleted_modal.jsx +++ b/web/react/components/post_deleted_modal.jsx @@ -23,7 +23,7 @@ module.exports = React.createClass({ <p>Someone deleted the message on which you tried to post a comment.</p> </div> <div className="modal-footer"> - <button type="button" className="btn btn-primary" data-dismiss="modal">Agree</button> + <button type="button" className="btn btn-primary" data-dismiss="modal">Okay</button> </div> </div> </div> |