simplify wunderbar copy

This commit is contained in:
Sean Yesmunt 2020-07-22 16:34:20 -04:00
parent aa092baec4
commit 8960a4f5cb
2 changed files with 1 additions and 2 deletions

View file

@ -578,7 +578,6 @@
"You must enter \"%acknowledgement_text%\"": "You must enter \"%acknowledgement_text%\"", "You must enter \"%acknowledgement_text%\"": "You must enter \"%acknowledgement_text%\"",
"Decrypt Wallet": "Decrypt Wallet", "Decrypt Wallet": "Decrypt Wallet",
"Your wallet has been encrypted with a local password, performing this action will remove this password.": "Your wallet has been encrypted with a local password, performing this action will remove this password.", "Your wallet has been encrypted with a local password, performing this action will remove this password.": "Your wallet has been encrypted with a local password, performing this action will remove this password.",
"Enter a LBRY URL or search for videos, music, games and more": "Enter a LBRY URL or search for videos, music, games and more",
"This app will automatically download new free content from channels you are subscribed to. You may configure this in Settings or on the Subscriptions page.": "This app will automatically download new free content from channels you are subscribed to. You may configure this in Settings or on the Subscriptions page.", "This app will automatically download new free content from channels you are subscribed to. You may configure this in Settings or on the Subscriptions page.": "This app will automatically download new free content from channels you are subscribed to. You may configure this in Settings or on the Subscriptions page.",
"(Only available on the desktop app.)": "(Only available on the desktop app.)", "(Only available on the desktop app.)": "(Only available on the desktop app.)",
"If we have your email address, we will send you notifications related to new content. You may configure these emails from the Help page.": "If we have your email address, we will send you notifications related to new content. You may configure these emails from the Help page.", "If we have your email address, we will send you notifications related to new content. You may configure these emails from the Help page.": "If we have your email address, we will send you notifications related to new content. You may configure these emails from the Help page.",

View file

@ -199,7 +199,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 or search for videos, music, games and more')} placeholder={__('Search')}
/> />
)} )}
renderItem={({ value, type, shorthand }, isHighlighted) => ( renderItem={({ value, type, shorthand }, isHighlighted) => (