Unbranded error messages
This commit is contained in:
parent
4804fb3a1c
commit
7c841a86ef
4 changed files with 4 additions and 4 deletions
|
@ -94,7 +94,7 @@ module.exports = React.createClass({
|
|||
if (this.props.invitedEmail) {
|
||||
if (this.state.threePidFetchError) {
|
||||
emailMatchBlock = <div className="error">
|
||||
Riot was unable to ascertain that the address this invite 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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue