mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 03:05:51 +03:00
oops
This commit is contained in:
parent
8766f8ab7e
commit
3703306a9e
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ module.exports = React.createClass({
|
|||
this.setState({email_add_pending: false});
|
||||
if (err.errcode == 'M_THREEPID_AUTH_FAILED') {
|
||||
const QuestionDialog = sdk.getComponent("dialogs.QuestionDialog");
|
||||
let message = _t("Unable to verify email address.") + " ";
|
||||
let message = _t("Unable to verify email address.") + " " +
|
||||
_t("Please check your email and click on the link it contains. Once this is done, click continue.");
|
||||
Modal.createDialog(QuestionDialog, {
|
||||
title: _t("Verification Pending"),
|
||||
|
|
Loading…
Reference in a new issue