From 617ab25f6e7cf0755e5a401bbb283a3b5b6b85a0 Mon Sep 17 00:00:00 2001 From: infinite-persistence Date: Wed, 9 Jun 2021 22:22:29 +0800 Subject: [PATCH] Fix Reddit-share tooltip + i18n update --- static/app-strings.json | 8 ++++---- ui/component/socialShare/view.jsx | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/static/app-strings.json b/static/app-strings.json index b6dafae38..69c78d2b2 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -48,7 +48,6 @@ "Description of your content": "Description of your content", "Price": "Price", "Free": "Free", - "The LBRY URL is the exact address where people find your content (ex. lbry://myvideo).": "The LBRY URL is the exact address where people find your content (ex. lbry://myvideo).", "Learn more": "Learn more", "Name": "Name", "Deposit": "Deposit", @@ -174,7 +173,6 @@ "Yes": "Yes", "No": "No", "These search results are provided by LBRY, Inc.": "These search results are provided by LBRY, Inc.", - "FILTER": "FILTER", "View file": "View file", "Files": "Files", "Channels": "Channels", @@ -386,8 +384,11 @@ "Email Us": "Email Us", "Today": "Today", "All time": "All time", + "Share on Reddit": "Share on Reddit", "Share on Facebook": "Share on Facebook", "Share On Twitter": "Share On Twitter", + "Share on Telegram": "Share on Telegram", + "Share via...": "Share via...", "View on lbry.tv": "View on lbry.tv", "You will receive an SMS text message confirming your phone number is valid. Does not work for Canada and possibly other regions.": "You will receive an SMS text message confirming your phone number is valid. Does not work for Canada and possibly other regions.", "Standard messaging rates apply. LBRY will not text or call you otherwise. Having trouble?": "Standard messaging rates apply. LBRY will not text or call you otherwise. Having trouble?", @@ -546,7 +547,6 @@ "Extra Verification Needed": "Extra Verification Needed", "We weren't able to auto-approve you for rewards. Please complete one of the steps below to unlock them.": "We weren't able to auto-approve you for rewards. Please complete one of the steps below to unlock them.", "Verify phone number": "Verify phone number", - "Verify Phone Number": "Verify Phone Number", "OR": "OR", "Proof via Credit": "Proof via Credit", "If you have a valid credit or debit card, you can use it to instantly prove your humanity. LBRY does not store your credit card information. There is no charge at all for this, now or in the future.": "If you have a valid credit or debit card, you can use it to instantly prove your humanity. LBRY does not store your credit card information. There is no charge at all for this, now or in the future.", @@ -1667,7 +1667,7 @@ "%balance% available.": "%balance% available.", "Unlock all tips": "Unlock all tips", "Unlock All": "Unlock All", - "there's so much room for activities": "there's so much room for activities", + "just like the simulations": "just like the simulations", "Moon cheese is an acquired taste": "Moon cheese is an acquired taste", "Nothing found here. Like big tech ethics.": "Nothing found here. Like big tech ethics.", "Level %current_level%": "Level %current_level%", diff --git a/ui/component/socialShare/view.jsx b/ui/component/socialShare/view.jsx index 777e78dde..91d6ed8ee 100644 --- a/ui/component/socialShare/view.jsx +++ b/ui/component/socialShare/view.jsx @@ -92,13 +92,14 @@ function SocialShare(props: Props) { className="share" iconSize={24} icon={ICONS.TWITTER} + title={__('Share on Twitter')} href={`https://twitter.com/intent/tweet?text=${encodedLbryURL}`} />