Change copy for sharing an email
Fixes https://github.com/vector-im/riot-web/issues/10758
This commit is contained in:
parent
7cb817c7bc
commit
f25529eed7
2 changed files with 4 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue