Merge pull request #3438 from matrix-org/travis/revoke-1

Change copy for sharing an email
This commit is contained in:
David Baker 2019-09-13 15:42:53 +01:00 committed by GitHub
commit 05a26373e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -154,13 +154,13 @@ export class EmailAddress extends React.Component {
let status; let status;
if (verifying) { if (verifying) {
status = <span> status = <span>
{_t("Check your inbox, then click Continue")} {_t("Verify the link in your inbox")}
<AccessibleButton <AccessibleButton
className="mx_ExistingEmailAddress_confirmBtn" className="mx_ExistingEmailAddress_confirmBtn"
kind="primary_sm" kind="primary_sm"
onClick={this.onContinueClick} onClick={this.onContinueClick}
> >
{_t("Continue")} {_t("Complete")}
</AccessibleButton> </AccessibleButton>
</span>; </span>;
} else if (bound) { } else if (bound) {

View File

@ -737,7 +737,8 @@
"Unable to revoke sharing for email address": "Unable to revoke sharing for email address", "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 share email address": "Unable to share email address",
"Unable to verify email address.": "Unable to verify 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", "Revoke": "Revoke",
"Share": "Share", "Share": "Share",
"Discovery options will appear once you have added an email above.": "Discovery options will appear once you have added an email above.", "Discovery options will appear once you have added an email above.": "Discovery options will appear once you have added an email above.",