mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-02 02:05:11 +00:00
copy for lists feature
This commit is contained in:
parent
ff5c28a70f
commit
7a852462f9
1 changed files with 8 additions and 3 deletions
|
@ -40,13 +40,18 @@ export default function CollectionsListMine(props: Props) {
|
||||||
const helpText = (
|
const helpText = (
|
||||||
<div className="section__subtitle">
|
<div className="section__subtitle">
|
||||||
<p>{__(`Thanks for checking out our new lists feature!`)}</p>
|
<p>{__(`Thanks for checking out our new lists feature!`)}</p>
|
||||||
<p>{__(`From content pages or content preview menus, you can add content to lists or add new lists.`)}</p>
|
<p>{__(`Everyone starts with 2 private lists - Watch Later and Favorites.`)}</p>
|
||||||
|
<p>{__(`From content pages or content preview menus, you can add content to lists or create new lists.`)}</p>
|
||||||
<p>
|
<p>
|
||||||
{__(
|
{__(
|
||||||
`Right now lists are for playable content only, but soon you can make lists of lists of lists of lists! Listception!`
|
`By default, lists are private. You can edit them and later publish to a channel (or anonymously) from the List page or the Publish context menu on this page. Similar to uploads, transaction fees and bidding apply.`
|
||||||
|
)}
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
{__(
|
||||||
|
`Right now, lists are for playable content only. Lots of other improvements and features are in the works, stay tuned!`
|
||||||
)}
|
)}
|
||||||
</p>
|
</p>
|
||||||
<p>{__(`Keep a list private, or publish it (transaction fees and bidding apply).`)}</p>
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue