diff --git a/src/components/views/settings/account/EmailAddresses.js b/src/components/views/settings/account/EmailAddresses.js index e50039d0b6..382d2ee93b 100644 --- a/src/components/views/settings/account/EmailAddresses.js +++ b/src/components/views/settings/account/EmailAddresses.js @@ -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 { diff --git a/src/components/views/settings/discovery/EmailAddresses.js b/src/components/views/settings/discovery/EmailAddresses.js index b83701cbed..cc3d2d0dad 100644 --- a/src/components/views/settings/discovery/EmailAddresses.js +++ b/src/components/views/settings/discovery/EmailAddresses.js @@ -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 { diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index ba0fbf628e..31a26e6dcb 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -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",