fixes for KP
This commit is contained in:
parent
70b801e867
commit
2e8039c3d0
2 changed files with 2 additions and 2 deletions
|
@ -2199,7 +2199,7 @@
|
||||||
"Expand to learn more about how Odysee Premium works": "Expand to learn more about how Odysee Premium works",
|
"Expand to learn more about how Odysee Premium works": "Expand to learn more about how Odysee Premium works",
|
||||||
"Get More Information": "Get More Information",
|
"Get More Information": "Get More Information",
|
||||||
"First of all, thank you for considering or purchasing a membership, it means a ton to us! A few important details to know:": "First of all, thank you for considering or purchasing a membership, it means a ton to us! A few important details to know:",
|
"First of all, thank you for considering or purchasing a membership, it means a ton to us! A few important details to know:": "First of all, thank you for considering or purchasing a membership, it means a ton to us! A few important details to know:",
|
||||||
"Exclusive and early access features include: recommended content on homepage, livestreaming, and the ability to post odysee hyperlinks + images in comments. Account is also automatically eligible for Rewards. More to come later.": "Exclusive and early access features include: recommended content on homepage, livestreaming, and the ability to post odysee hyperlinks + images in comments. Account is also automatically eligible for Rewards. More to come later.",
|
"Exclusive and early access features include: recommended content on homepage, livestreaming, and the ability to post Odysee hyperlinks + images in comments. Account is also automatically eligible for Rewards. More to come later.": "Exclusive and early access features include: recommended content on homepage, livestreaming, and the ability to post Odysee hyperlinks + images in comments. Account is also automatically eligible for Rewards. More to come later.",
|
||||||
"The yearly Premium+ membership has a discount compared to monthly, and Premium is only available yearly.": "The yearly Premium+ membership has a discount compared to monthly, and Premium is only available yearly.",
|
"The yearly Premium+ membership has a discount compared to monthly, and Premium is only available yearly.": "The yearly Premium+ membership has a discount compared to monthly, and Premium is only available yearly.",
|
||||||
"These are limited time rates, so get in early!": "These are limited time rates, so get in early!",
|
"These are limited time rates, so get in early!": "These are limited time rates, so get in early!",
|
||||||
"There may be higher tiers available in the future for creators and anyone else who wants to support us.": "There may be higher tiers available in the future for creators and anyone else who wants to support us.",
|
"There may be higher tiers available in the future for creators and anyone else who wants to support us.": "There may be higher tiers available in the future for creators and anyone else who wants to support us.",
|
||||||
|
|
|
@ -57,7 +57,7 @@ export default function ChannelsPage(props: Props) {
|
||||||
<Page className="channelsPage-wrapper">
|
<Page className="channelsPage-wrapper">
|
||||||
{/* TODO: use variabled spacing */}
|
{/* TODO: use variabled spacing */}
|
||||||
<h1 className="section__title" style={{ marginBottom: '15px' }}>
|
<h1 className="section__title" style={{ marginBottom: '15px' }}>
|
||||||
Active channel
|
{__('Active channel')}
|
||||||
</h1>
|
</h1>
|
||||||
<ChannelSelector />
|
<ChannelSelector />
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue