From 3cf12f8626abf6a63182170671ae9c47ec837753 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson <matthew@matrix.org> Date: Thu, 28 Apr 2016 15:43:36 +0100 Subject: [PATCH] fix typo --- 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 9f095143d1..93f5b5161c 100644 --- a/src/components/views/rooms/RoomPreviewBar.js +++ b/src/components/views/rooms/RoomPreviewBar.js @@ -97,7 +97,7 @@ module.exports = React.createClass({ </div> <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/> - 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> }