fix spelling
This commit is contained in:
parent
cbeb45abd3
commit
8c8b1430e4
3 changed files with 3 additions and 3 deletions
|
@ -197,7 +197,7 @@ export default class EmailAddresses extends React.Component {
|
||||||
if (err.errcode === 'M_THREEPID_AUTH_FAILED') {
|
if (err.errcode === 'M_THREEPID_AUTH_FAILED') {
|
||||||
Modal.createTrackedDialog("Email hasn't been verified yet", "", ErrorDialog, {
|
Modal.createTrackedDialog("Email hasn't been verified yet", "", ErrorDialog, {
|
||||||
title: _t("Your email address hasn't been verified yet"),
|
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."),
|
"and then click continue again."),
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -175,7 +175,7 @@ export class EmailAddress extends React.Component {
|
||||||
if (err.errcode === 'M_THREEPID_AUTH_FAILED') {
|
if (err.errcode === 'M_THREEPID_AUTH_FAILED') {
|
||||||
Modal.createTrackedDialog("E-mail hasn't been verified yet", "", ErrorDialog, {
|
Modal.createTrackedDialog("E-mail hasn't been verified yet", "", ErrorDialog, {
|
||||||
title: _t("Your email address hasn't been verified yet"),
|
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."),
|
"and then click continue again."),
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -741,7 +741,7 @@
|
||||||
"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",
|
||||||
"Your email address hasn't been verified yet": "Your email address hasn't been verified yet",
|
"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.",
|
"Unable to verify email address.": "Unable to verify email address.",
|
||||||
"Verify the link in your inbox": "Verify the link in your inbox",
|
"Verify the link in your inbox": "Verify the link in your inbox",
|
||||||
"Complete": "Complete",
|
"Complete": "Complete",
|
||||||
|
|
Loading…
Reference in a new issue