Skip to content

Commit

Permalink
Improve 'search' message to add context
Browse files Browse the repository at this point in the history
  • Loading branch information
vladanost committed Sep 7, 2017
1 parent 81f50ea commit e01e8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/inserter/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ export class InserterMenu extends Component {
autoFocus
id={ `editor-inserter__search-${ instanceId }` }
type="search"
placeholder={ __( 'Search' ) }
placeholder={ __( 'Search blocks' ) }
className="editor-inserter__search"
onChange={ this.filter }
onClick={ this.setSearchFocus }
Expand Down

0 comments on commit e01e8f3

Please sign in to comment.