From 8960a4f5cb58c20e12b486affebf6aaecd3097b6 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Wed, 22 Jul 2020 16:34:20 -0400 Subject: [PATCH] simplify wunderbar copy --- static/app-strings.json | 1 - ui/component/wunderbar/view.jsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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) => (