fix spelling

pull/21833/head
Bruno Windels 2019-10-08 18:39:35 +02:00
parent cbeb45abd3
commit 8c8b1430e4
3 changed files with 3 additions and 3 deletions

View File

@ -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 {

View File

@ -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 {

View File

@ -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",