summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornickago <ngonella@calpoly.edu>2015-08-11 10:54:29 -0700
committernickago <ngonella@calpoly.edu>2015-08-11 10:54:29 -0700
commit8633c477c84dcff33956cac03959e7f3e5b123b2 (patch)
tree2b5437f53b374d147bc00eb4ce397d96f2e9650e
parent4c7cdb20f074e2c06a08cd64a57060b8e8b64d2e (diff)
downloadchat-8633c477c84dcff33956cac03959e7f3e5b123b2.tar.gz
chat-8633c477c84dcff33956cac03959e7f3e5b123b2.tar.bz2
chat-8633c477c84dcff33956cac03959e7f3e5b123b2.zip
Fixed typo
-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>
);