summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-08-12 11:19:35 -0400
committerJoram Wilander <jwawilander@gmail.com>2015-08-12 11:19:35 -0400
commitb50ba05626599d54f4fe6a391d66cbc71051b7ac (patch)
tree2b5437f53b374d147bc00eb4ce397d96f2e9650e /web
parent4c7cdb20f074e2c06a08cd64a57060b8e8b64d2e (diff)
parent8633c477c84dcff33956cac03959e7f3e5b123b2 (diff)
downloadchat-b50ba05626599d54f4fe6a391d66cbc71051b7ac.tar.gz
chat-b50ba05626599d54f4fe6a391d66cbc71051b7ac.tar.bz2
chat-b50ba05626599d54f4fe6a391d66cbc71051b7ac.zip
Merge pull request #366 from nickago/MM-1914
MM-1914 Fixed typo
Diffstat (limited to 'web')
-rw-r--r--web/react/components/invite_member_modal.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/invite_member_modal.jsx b/web/react/components/invite_member_modal.jsx
index 3eca79bae..75538c8fe 100644
--- a/web/react/components/invite_member_modal.jsx
+++ b/web/react/components/invite_member_modal.jsx
@@ -256,7 +256,7 @@ module.exports = React.createClass({
parent_id='invite_member'
title='Discard Invitations?'
message='You have unsent invitations, are you sure you want to discard them?'
- confirm_button='Yes, Discard/'
+ confirm_button='Yes, Discard'
/>
</div>
);