Merge pull request #1096 from matrix-org/dbkr/fix_warm_fuzzy_text_mk_2

Show correct text in set email password dialog (2)
pull/21833/head
Luke Barnard 2017-06-14 16:59:12 +01:00 committed by GitHub
commit 9e3efb54d3
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ export default React.createClass({
<input
type="submit"
value={_t("Cancel")}
onClick={this.props.onFinished}
onClick={this.onCancelled}
/>
</div>
</BaseDialog>