invite input box wording for amandine
This commit is contained in:
parent
1b3c8481f6
commit
f8b3128645
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ module.exports = React.createClass({
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<SearchableEntityList searchPlaceholderText={"Invite/search by name, email, id"}
|
<SearchableEntityList searchPlaceholderText={"Search/invite by name, email, id"}
|
||||||
onSubmit={this.props.onInvite}
|
onSubmit={this.props.onInvite}
|
||||||
onQueryChanged={this.onSearchQueryChanged}
|
onQueryChanged={this.onSearchQueryChanged}
|
||||||
entities={entities}
|
entities={entities}
|
||||||
|
|
Loading…
Reference in a new issue