Show a "Skip" button instead of "Cancel" in SetEmailDialog
Fixes https://github.com/vector-im/riot-web/issues/4309
This commit is contained in:
parent
50aefd3285
commit
83d5822c85
2 changed files with 3 additions and 2 deletions
|
@ -154,7 +154,7 @@ export default React.createClass({
|
|||
/>
|
||||
<input
|
||||
type="submit"
|
||||
value={_t("Cancel")}
|
||||
value={_t("Skip")}
|
||||
onClick={this.onCancelled}
|
||||
/>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue