diff --git a/.env.defaults b/.env.defaults index 8aa09d98e..3123bfaec 100644 --- a/.env.defaults +++ b/.env.defaults @@ -40,6 +40,7 @@ SITE_NAME=LBRY SITE_DESCRIPTION=Meet LBRY, an open, free, and community-controlled content wonderland. SITE_HELP_EMAIL=help@lbry.com LOGO_TITLE=LBRY +CLOUD_CONNECT_SITE_NAME=Odysee ## Social media TWITTER_ACCOUNT=LBRYcom BRANDED_SITE=odysee diff --git a/config.js b/config.js index 49e215c5b..f7ab434b1 100644 --- a/config.js +++ b/config.js @@ -14,6 +14,7 @@ const config = { LBRY_WEB_STREAMING_API: process.env.LBRY_WEB_STREAMING_API, //cdn.lbryplayer.xyz', LBRY_WEB_BUFFER_API: process.env.LBRY_WEB_BUFFER_API, SEARCH_SERVER_API: process.env.SEARCH_SERVER_API, + CLOUD_CONNECT_SITE_NAME: process.env.CLOUD_CONNECT_SITE_NAME, COMMENT_SERVER_API: process.env.COMMENT_SERVER_API, COMMENT_SERVER_NAME: process.env.COMMENT_SERVER_NAME, SOCKETY_SERVER_API: process.env.SOCKETY_SERVER_API, diff --git a/static/app-strings.json b/static/app-strings.json index 2ca94edf1..6e57c4e15 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -2198,5 +2198,9 @@ "Default share url (%name%)": "Default share url (%name%)", "Custom share url": "Custom share url", "Share url": "Share url", + "Odysee Connect": "Odysee Connect", + "Log in to %CLOUD_CONNECT_SITE_NAME%": "Log in to %CLOUD_CONNECT_SITE_NAME%", + "Cloud Connect": "Cloud Connect", + "Connect your wallet to Odysee": "Connect your wallet to Odysee", "--end--": "--end--" } diff --git a/ui/component/header/view.jsx b/ui/component/header/view.jsx index cfedb816a..8d249aedd 100644 --- a/ui/component/header/view.jsx +++ b/ui/component/header/view.jsx @@ -346,13 +346,9 @@ const Header = (props: Props) => { ) : !IS_WEB ? ( <> - > ) : null} diff --git a/ui/component/userEmailNew/view.jsx b/ui/component/userEmailNew/view.jsx index fae39b355..36ce764d5 100644 --- a/ui/component/userEmailNew/view.jsx +++ b/ui/component/userEmailNew/view.jsx @@ -94,9 +94,9 @@ function UserEmailNew(props: Props) { return (