mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-01 09:45:10 +00:00
fix typo
This commit is contained in:
parent
7ddd43117f
commit
3fcfeb03f1
1 changed files with 1 additions and 1 deletions
|
@ -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) => (
|
||||||
|
|
Loading…
Add table
Reference in a new issue