From 9e4ac047cabbefefb379a78c9f3e76d172485c7e Mon Sep 17 00:00:00 2001 From: infinite-persistence Date: Wed, 22 Jun 2022 20:44:43 +0800 Subject: [PATCH] Str and cleanup --- static/app-strings.json | 5 ++++- ui/component/fileReactions/view.jsx | 4 ++-- ui/page/youtubeSync/view.jsx | 5 +++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/static/app-strings.json b/static/app-strings.json index 91e48c73a..b0e70cf25 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -344,6 +344,7 @@ "Today": "Today", "All time": "All time", "Share on Reddit": "Share on Reddit", + "Share on WhatsApp": "Share on WhatsApp", "Share on Facebook": "Share on Facebook", "Share on Twitter": "Share on Twitter", "Share on Telegram": "Share on Telegram", @@ -1478,7 +1479,7 @@ "how the program works": "how the program works", "Claim Now": "Claim Now", "I want to sync my content to %site_name% and the LBRY network and agree to %terms%. I have also read and understand %faq%.": "I want to sync my content to %site_name% and the LBRY network and agree to %terms%. I have also read and understand %faq%.", - "This will verify you are an active YouTuber with over 300 subscribers and original content. Channel names cannot be changed once chosen, please be extra careful. %learn_more%.": "This will verify you are an active YouTuber with over 300 subscribers and original content. Channel names cannot be changed once chosen, please be extra careful. %learn_more%.", + "This will verify you are an active YouTuber with over %count% subscribers and original content. Channel names cannot be changed once chosen, please be extra careful. %learn_more%.": "This will verify you are an active YouTuber with over %count% subscribers and original content. Channel names cannot be changed once chosen, please be extra careful. %learn_more%.", "Invite sent to %email%": "Invite sent to %email%", "Log in to reply": "Log in to reply", "Coveted Creator L9: Whoa Baby!": "Coveted Creator L9: Whoa Baby!", @@ -2017,6 +2018,8 @@ "Connect your bank account to Odysee to receive donations directly from users": "Connect your bank account to Odysee to receive donations directly from users", "Connect your bank account": "Connect your bank account", "Please enter the name on the card": "Please enter the name on the card", + "Special characters and numbers are not allowed:": "Special characters and numbers are not allowed", + "Name must be less than 48 characters long": "Name must be less than 48 characters long", "Name on card": "Name on card", "Manage Card": "Manage Card", "Card details": "Card details", diff --git a/ui/component/fileReactions/view.jsx b/ui/component/fileReactions/view.jsx index 736b2e4f8..dac668856 100644 --- a/ui/component/fileReactions/view.jsx +++ b/ui/component/fileReactions/view.jsx @@ -97,12 +97,12 @@ export default function FileReactions(props: Props) { return ( <> - {channelTitle && !isCollection && ( + {channelTitle && !isCollection && ( - )} + )}