fix spelling
This commit is contained in:
@@ -197,7 +197,7 @@ export default class EmailAddresses extends React.Component {
|
||||
if (err.errcode === 'M_THREEPID_AUTH_FAILED') {
|
||||
Modal.createTrackedDialog("Email hasn't been verified yet", "", ErrorDialog, {
|
||||
title: _t("Your email address hasn't been verified yet"),
|
||||
description: _t("Click the link in the email you received to verify, " +
|
||||
description: _t("Click the link in the email you received to verify " +
|
||||
"and then click continue again."),
|
||||
});
|
||||
} else {
|
||||
|
||||
@@ -175,7 +175,7 @@ export class EmailAddress extends React.Component {
|
||||
if (err.errcode === 'M_THREEPID_AUTH_FAILED') {
|
||||
Modal.createTrackedDialog("E-mail hasn't been verified yet", "", ErrorDialog, {
|
||||
title: _t("Your email address hasn't been verified yet"),
|
||||
description: _t("Click the link in the email you received to verify, " +
|
||||
description: _t("Click the link in the email you received to verify " +
|
||||
"and then click continue again."),
|
||||
});
|
||||
} else {
|
||||
|
||||
@@ -741,7 +741,7 @@
|
||||
"Unable to revoke sharing for email address": "Unable to revoke sharing for email address",
|
||||
"Unable to share email address": "Unable to share email address",
|
||||
"Your email address hasn't been verified yet": "Your email address hasn't been verified yet",
|
||||
"Click the link in the email you received to verify, and then click continue again.": "Click the link in the email you received to verify, and then click continue again.",
|
||||
"Click the link in the email you received to verify and then click continue again.": "Click the link in the email you received to verify and then click continue again.",
|
||||
"Unable to verify email address.": "Unable to verify email address.",
|
||||
"Verify the link in your inbox": "Verify the link in your inbox",
|
||||
"Complete": "Complete",
|
||||
|
||||
Reference in New Issue
Block a user