mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-20 14:01:25 +02:00
Merge pull request #1118 from matrix-org/luke/fix-email-cancel-button-text
Show a "Skip" button instead of "Cancel" in SetEmailDialog
This commit is contained in:
commit
c0e12798b6
@ -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>
|
||||||
|
@ -912,6 +912,7 @@
|
|||||||
"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",
|
||||||
"Start verification": "Start verification",
|
"Start verification": "Start verification",
|
||||||
"Share without verifying": "Share without verifying",
|
"Share without verifying": "Share without verifying",
|
||||||
"Ignore request": "Ignore request",
|
"Ignore request": "Ignore request",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user