diff --git a/static/app-strings.json b/static/app-strings.json index 587ca0560..78492554b 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -578,7 +578,6 @@ "You must enter \"%acknowledgement_text%\"": "You must enter \"%acknowledgement_text%\"", "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.", - "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.", "(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.", diff --git a/ui/component/wunderbar/view.jsx b/ui/component/wunderbar/view.jsx index 0821a514a..e8e4c0675 100644 --- a/ui/component/wunderbar/view.jsx +++ b/ui/component/wunderbar/view.jsx @@ -199,7 +199,7 @@ class WunderBar extends React.PureComponent { this.input = el; }} className="wunderbar__input" - placeholder={__('Enter a LBRY URL or search for videos, music, games and more')} + placeholder={__('Search')} /> )} renderItem={({ value, type, shorthand }, isHighlighted) => (