Localize sunset nag
Changed the text a bit so that we can re-use the existing 'Learn more'.
This commit is contained in:
parent
6658217865
commit
e23e9e1387
2 changed files with 4 additions and 3 deletions
|
@ -51,7 +51,6 @@
|
||||||
"Description of your content": "Description of your content",
|
"Description of your content": "Description of your content",
|
||||||
"Price": "Price",
|
"Price": "Price",
|
||||||
"Free": "Free",
|
"Free": "Free",
|
||||||
"Learn more": "Learn more",
|
|
||||||
"Name": "Name",
|
"Name": "Name",
|
||||||
"Deposit": "Deposit",
|
"Deposit": "Deposit",
|
||||||
"Language": "Language",
|
"Language": "Language",
|
||||||
|
@ -541,6 +540,7 @@
|
||||||
"Create a new account or sign in.": "Create a new account or sign in.",
|
"Create a new account or sign in.": "Create a new account or sign in.",
|
||||||
"Terms of Service": "Terms of Service",
|
"Terms of Service": "Terms of Service",
|
||||||
"Learn More": "Learn More",
|
"Learn More": "Learn More",
|
||||||
|
"Learn more": "Learn more",
|
||||||
"Community": "Community",
|
"Community": "Community",
|
||||||
"Resources": "Resources",
|
"Resources": "Resources",
|
||||||
"Policies": "Policies",
|
"Policies": "Policies",
|
||||||
|
@ -2173,5 +2173,6 @@
|
||||||
"Card Last 4": "Card Last 4",
|
"Card Last 4": "Card Last 4",
|
||||||
"Search blocked channel name": "Search blocked channel name",
|
"Search blocked channel name": "Search blocked channel name",
|
||||||
"Discuss": "Discuss",
|
"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--"
|
"--end--": "--end--"
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,10 +24,10 @@ export default function NagSunset(props: Props) {
|
||||||
message={
|
message={
|
||||||
<I18nMessage
|
<I18nMessage
|
||||||
tokens={{
|
tokens={{
|
||||||
more: <Button button={'link'} label={__('more')} href="https://odysee.com/@lbry:3f/retirement" />,
|
more: <Button button={'link'} label={__('Learn more')} href="https://odysee.com/@lbry:3f/retirement" />,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
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%
|
||||||
</I18nMessage>
|
</I18nMessage>
|
||||||
}
|
}
|
||||||
actionText={__('Sign In')}
|
actionText={__('Sign In')}
|
||||||
|
|
Loading…
Add table
Reference in a new issue