summaryrefslogtreecommitdiffstats
path: root/web/react/components/post_deleted_modal.jsx
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2015-06-15 11:22:53 -0700
committerReed Garmsen <rgarmsen2295@gmail.com>2015-06-15 11:22:53 -0700
commit0cd93cf2da14a4e058eef06a0a0c1770e2fe3ab7 (patch)
tree3f86c6872aa94ee0530f8a6d2b7458fa655c11de /web/react/components/post_deleted_modal.jsx
parentb7a821c3410ecd165241e2dbcf2c8376ae402124 (diff)
parent6f10c401a422170d42d9cee8ec01b94808fa338f (diff)
downloadchat-0cd93cf2da14a4e058eef06a0a0c1770e2fe3ab7.tar.gz
chat-0cd93cf2da14a4e058eef06a0a0c1770e2fe3ab7.tar.bz2
chat-0cd93cf2da14a4e058eef06a0a0c1770e2fe3ab7.zip
Merge pull request #1 from mattermost/master
to me
Diffstat (limited to 'web/react/components/post_deleted_modal.jsx')
-rw-r--r--web/react/components/post_deleted_modal.jsx2
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>