Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Change copy for sharing an email
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Sep 13, 2019
1 parent 7cb817c commit f25529e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/views/settings/discovery/EmailAddresses.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
3 changes: 2 additions & 1 deletion src/i18n/strings/en_EN.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit f25529e

Please sign in to comment.