improve wording on 'search room names'

This commit is contained in:
Matthew Hodgson 2016-06-18 21:12:32 +01:00
parent 607923b58f
commit 654429dbdb

View file

@ -103,7 +103,7 @@ module.exports = React.createClass({
className="mx_SearchBox_search" className="mx_SearchBox_search"
value={ this.state.searchTerm } value={ this.state.searchTerm }
onChange={ this.onChange } onChange={ this.onChange }
placeholder="Search room names" placeholder="Filter room names"
/> />
]; ];
} }