update wunderbar text

change "movies" to "videos" (more generic)
This commit is contained in:
Thomas Zarebczan 2018-01-02 19:47:48 -05:00 committed by GitHub
parent d4f67ec521
commit 535730eede
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>
);