diff --git a/static/app-strings.json b/static/app-strings.json
index 2449386a6..cb7a93bdc 100644
--- a/static/app-strings.json
+++ b/static/app-strings.json
@@ -51,7 +51,6 @@
"Description of your content": "Description of your content",
"Price": "Price",
"Free": "Free",
- "Learn more": "Learn more",
"Name": "Name",
"Deposit": "Deposit",
"Language": "Language",
@@ -541,6 +540,7 @@
"Create a new account or sign in.": "Create a new account or sign in.",
"Terms of Service": "Terms of Service",
"Learn More": "Learn More",
+ "Learn more": "Learn more",
"Community": "Community",
"Resources": "Resources",
"Policies": "Policies",
@@ -2173,5 +2173,6 @@
"Card Last 4": "Card Last 4",
"Search blocked channel name": "Search blocked channel name",
"Discuss": "Discuss",
+ "lbry.tv has been retired. You have been magically transported to Odysee.com. %more%": "lbry.tv has been retired. You have been magically transported to Odysee.com. %more%",
"--end--": "--end--"
}
diff --git a/web/component/nag-sunset.jsx b/web/component/nag-sunset.jsx
index 27c60eb44..ff90f70c7 100644
--- a/web/component/nag-sunset.jsx
+++ b/web/component/nag-sunset.jsx
@@ -24,10 +24,10 @@ export default function NagSunset(props: Props) {
message={
,
+ more: ,
}}
>
- lbry.tv has been retired (%more%). You have been magically transported to Odysee.com
+ lbry.tv has been retired. You have been magically transported to Odysee.com. %more%
}
actionText={__('Sign In')}