please check - i'm not sure i got the syntax correct
This commit is contained in:
Julie Sigwart 2019-09-29 22:34:02 -07:00 committed by Sean Yesmunt
parent 5f0dd61a4b
commit b241902d2c

View file

@ -191,7 +191,7 @@ class WunderBar extends React.PureComponent<Props, State> {
this.input = el; this.input = el;
}} }}
className="wunderbar__input" className="wunderbar__input"
placeholder="Enter a LBRY URL here or search for videos, music, games and more" placeholder="{__('Enter a LBRY URL here or search for videos, music, games and more')}"
/> />
)} )}
renderItem={({ value, type }, isHighlighted) => ( renderItem={({ value, type }, isHighlighted) => (