mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-21 14:31:09 +02:00
Merge pull request #1096 from matrix-org/dbkr/fix_warm_fuzzy_text_mk_2
Show correct text in set email password dialog (2)
This commit is contained in:
commit
9e3efb54d3
@ -155,7 +155,7 @@ export default React.createClass({
|
|||||||
<input
|
<input
|
||||||
type="submit"
|
type="submit"
|
||||||
value={_t("Cancel")}
|
value={_t("Cancel")}
|
||||||
onClick={this.props.onFinished}
|
onClick={this.onCancelled}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</BaseDialog>
|
</BaseDialog>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user