spell out we're doing 3PID invites
This commit is contained in:
parent
355cabb7ee
commit
a9f7bf63ff
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ module.exports = React.createClass({
|
||||||
} else {
|
} else {
|
||||||
return (
|
return (
|
||||||
<form onSubmit={this.onPopulateInvite}>
|
<form onSubmit={this.onPopulateInvite}>
|
||||||
<input className="mx_MemberList_invite" ref="invite" placeholder="Invite another user"/>
|
<input className="mx_MemberList_invite" ref="invite" placeholder="Invite user (email)"/>
|
||||||
</form>
|
</form>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue