Swap register & cancel buttons for matthew

pull/21833/head
David Baker 2016-03-23 11:48:47 +00:00
parent c4eabe2eb4
commit e20c599273
1 changed files with 3 additions and 3 deletions

View File

@ -63,12 +63,12 @@ module.exports = React.createClass({
{this.props.description}
</div>
<div className="mx_Dialog_buttons">
<button onClick={this.onRegisterClicked}>
Register
</button>
<button onClick={this.props.onFinished} autoFocus={true}>
Cancel
</button>
<button onClick={this.onRegisterClicked}>
Register
</button>
</div>
</div>
);