diff --git a/src/components/views/rooms/RoomPreviewBar.js b/src/components/views/rooms/RoomPreviewBar.js
index e5be1e287e..9f095143d1 100644
--- a/src/components/views/rooms/RoomPreviewBar.js
+++ b/src/components/views/rooms/RoomPreviewBar.js
@@ -90,16 +90,22 @@ module.exports = React.createClass({
sent to matches one associated with your account.
} 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.
-
+ emailMatchBlock =
+
+
+
+
+
+ This invitation was sent to {this.props.invitedEmail}, which is not associated with this account.
+ You may wish to login with a different account, or add this email to your this account.
+
+
}
}
joinBlock = (
- You have been invited to join this room by { this.props.inviterName }
+ You have been invited to join this room by { this.props.inviterName }