diff --git a/src/components/views/rooms/RoomPreviewBar.js b/src/components/views/rooms/RoomPreviewBar.js index 03bd2260a5..e5be1e287e 100644 --- a/src/components/views/rooms/RoomPreviewBar.js +++ b/src/components/views/rooms/RoomPreviewBar.js @@ -92,8 +92,7 @@ module.exports = React.createClass({ } else if (this.state.invitedEmailMxid != MatrixClientPeg.get().credentials.userId) { emailMatchBlock =
/!\\ - This invitation was sent to {this.props.invitedEmail} - which is not publicly associated with your account. + This invitation was sent to {this.props.invitedEmail} which is not publicly associated with your account.
} }