invite input box wording for amandine

pull/21833/head
Matthew Hodgson 2016-06-02 23:33:55 +01:00
parent 1b3c8481f6
commit f8b3128645
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ module.exports = React.createClass({
}
return (
<SearchableEntityList searchPlaceholderText={"Invite/search by name, email, id"}
<SearchableEntityList searchPlaceholderText={"Search/invite by name, email, id"}
onSubmit={this.props.onInvite}
onQueryChanged={this.onSearchQueryChanged}
entities={entities}