Merge pull request #921 from lbryio/wunderbar-text

update wunderbar text
This commit is contained in:
Sean Yesmunt 2018-01-02 21:30:30 -05:00 committed by GitHub
commit 4be9271c7c
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>
);