Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 9e3efb5

Browse files
authored
Merge pull request #1096 from matrix-org/dbkr/fix_warm_fuzzy_text_mk_2
Show correct text in set email password dialog (2)
2 parents e9aac09 + 9ecf82a commit 9e3efb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/dialogs/SetEmailDialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export default React.createClass({
155155
<input
156156
type="submit"
157157
value={_t("Cancel")}
158-
onClick={this.props.onFinished}
158+
onClick={this.onCancelled}
159159
/>
160160
</div>
161161
</BaseDialog>

0 commit comments

Comments
 (0)