From 076bd720a351abae9121d553f61ab43a52e0d114 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 18 Mar 2016 16:07:32 +0000 Subject: [PATCH] Spell address correctly --- src/components/views/rooms/RoomPreviewBar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/rooms/RoomPreviewBar.js b/src/components/views/rooms/RoomPreviewBar.js index 101dcee04f..03bd2260a5 100644 --- a/src/components/views/rooms/RoomPreviewBar.js +++ b/src/components/views/rooms/RoomPreviewBar.js @@ -86,7 +86,7 @@ module.exports = React.createClass({ if (this.props.invitedEmail) { if (this.state.threePidFetchError) { emailMatchBlock =
- Vector was unable to ascertain that the addres this invite was + Vector was unable to ascertain that the address this invite was sent to matches one associated with your account.
} else if (this.state.invitedEmailMxid != MatrixClientPeg.get().credentials.userId) {