1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00
This commit is contained in:
Matthew Hodgson
2016-04-28 15:43:36 +01:00
parent 728a3b8b72
commit 3cf12f8626

View File

@@ -97,7 +97,7 @@ module.exports = React.createClass({
</div> </div>
<div className="mx_RoomPreviewBar_warningText"> <div className="mx_RoomPreviewBar_warningText">
This invitation was sent to <b><span className="email">{this.props.invitedEmail}</span></b>, which is not associated with this account.<br/> This invitation was sent to <b><span className="email">{this.props.invitedEmail}</span></b>, which is not associated with this account.<br/>
You may wish to login with a different account, or add this email to your this account. You may wish to login with a different account, or add this email to this account.
</div> </div>
</div> </div>
} }