mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:55:00 +08:00
Merge pull request #3438 from matrix-org/travis/revoke-1
Change copy for sharing an email
This commit is contained in:
commit
05a26373e8
@ -154,13 +154,13 @@ export class EmailAddress extends React.Component {
|
||||
let status;
|
||||
if (verifying) {
|
||||
status = <span>
|
||||
{_t("Check your inbox, then click Continue")}
|
||||
{_t("Verify the link in your inbox")}
|
||||
<AccessibleButton
|
||||
className="mx_ExistingEmailAddress_confirmBtn"
|
||||
kind="primary_sm"
|
||||
onClick={this.onContinueClick}
|
||||
>
|
||||
{_t("Continue")}
|
||||
{_t("Complete")}
|
||||
</AccessibleButton>
|
||||
</span>;
|
||||
} else if (bound) {
|
||||
|
@ -737,7 +737,8 @@
|
||||
"Unable to revoke sharing for email address": "Unable to revoke sharing for email address",
|
||||
"Unable to share email address": "Unable to share email address",
|
||||
"Unable to verify email address.": "Unable to verify email address.",
|
||||
"Check your inbox, then click Continue": "Check your inbox, then click Continue",
|
||||
"Verify the link in your inbox": "Verify the link in your inbox",
|
||||
"Complete": "Complete",
|
||||
"Revoke": "Revoke",
|
||||
"Share": "Share",
|
||||
"Discovery options will appear once you have added an email above.": "Discovery options will appear once you have added an email above.",
|
||||
|
Loading…
Reference in New Issue
Block a user