summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-03-07 17:18:02 -0500
committerChristopher Speller <crspeller@gmail.com>2016-03-07 17:18:02 -0500
commitc31b0bf36122cf58209a6096451223702b42191a (patch)
treecfcd442fe42f5e5b7b66dc5dd1f45f996037f33a /web
parent2cf5579e301485a67e4808faa0845676ea8027b8 (diff)
parent608f6f76f395922875832105bad5991eb1fa7ee4 (diff)
downloadchat-c31b0bf36122cf58209a6096451223702b42191a.tar.gz
chat-c31b0bf36122cf58209a6096451223702b42191a.tar.bz2
chat-c31b0bf36122cf58209a6096451223702b42191a.zip
Merge pull request #2364 from hmhealey/confirm
Renamed confirm_button to confirmButton in InviteMemberModal
Diffstat (limited to 'web')
-rw-r--r--web/react/components/invite_member_modal.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/react/components/invite_member_modal.jsx b/web/react/components/invite_member_modal.jsx
index 0c0330c40..184ba1357 100644
--- a/web/react/components/invite_member_modal.jsx
+++ b/web/react/components/invite_member_modal.jsx
@@ -495,7 +495,7 @@ class InviteMemberModal extends React.Component {
<ConfirmModal
title={formatMessage(holders.modalTitle)}
message={formatMessage(holders.modalMessage)}
- confirm_button={formatMessage(holders.modalButton)}
+ confirmButton={formatMessage(holders.modalButton)}
show={this.state.showConfirmModal}
onConfirm={this.handleHide.bind(this, false)}
onCancel={() => this.setState({showConfirmModal: false})}
@@ -512,4 +512,4 @@ InviteMemberModal.propTypes = {
intl: intlShape.isRequired
};
-export default injectIntl(InviteMemberModal); \ No newline at end of file
+export default injectIntl(InviteMemberModal);