more s/Vector/Riot/

This commit is contained in:
Matthew Hodgson 2016-10-03 10:18:32 +01:00
parent 91771ec17d
commit 9d303712f2
4 changed files with 4 additions and 4 deletions

View file

@ -94,7 +94,7 @@ module.exports = React.createClass({
if (this.props.invitedEmail) {
if (this.state.threePidFetchError) {
emailMatchBlock = <div className="error">
Vector was unable to ascertain that the address this invite was
Riot was unable to ascertain that the address this invite was
sent to matches one associated with your account.
</div>
} else if (this.state.invitedEmailMxid != MatrixClientPeg.get().credentials.userId) {