mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-03 20:36:57 +03:00
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
|
<input
|
||||||
type="submit"
|
type="submit"
|
||||||
value={_t("Cancel")}
|
value={_t("Skip")}
|
||||||
onClick={this.onCancelled}
|
onClick={this.onCancelled}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -910,5 +910,6 @@
|
||||||
"Authentication check failed: incorrect password?": "Authentication check failed: incorrect password?",
|
"Authentication check failed: incorrect password?": "Authentication check failed: incorrect password?",
|
||||||
"Disable Peer-to-Peer for 1:1 calls": "Disable Peer-to-Peer for 1:1 calls",
|
"Disable Peer-to-Peer for 1:1 calls": "Disable Peer-to-Peer for 1:1 calls",
|
||||||
"Do you want to set an email address?": "Do you want to set an email address?",
|
"Do you want to set an email address?": "Do you want to set an email address?",
|
||||||
"This will allow you to reset your password and receive notifications.": "This will allow you to reset your password and receive notifications."
|
"This will allow you to reset your password and receive notifications.": "This will allow you to reset your password and receive notifications.",
|
||||||
|
"Skip":"Skip"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue