You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-17 17:42:41 +03:00
Merge pull request #3438 from matrix-org/travis/revoke-1
Change copy for sharing an email
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user