update wunderbar text
change "movies" to "videos" (more generic)
This commit is contained in:
parent
d4f67ec521
commit
535730eede
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ class WunderBar extends React.PureComponent {
|
|||
onChange={this.onChange}
|
||||
onKeyPress={this.onKeyPress}
|
||||
value={this.state.address}
|
||||
placeholder={__('Find movies, music, games, and more')}
|
||||
placeholder={__('Find videos, music, games, and more')}
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue