diff --git a/ui/component/collectionsListMine/view.jsx b/ui/component/collectionsListMine/view.jsx index 9cab6fe62..2611f7b2e 100644 --- a/ui/component/collectionsListMine/view.jsx +++ b/ui/component/collectionsListMine/view.jsx @@ -39,10 +39,14 @@ export default function CollectionsListMine(props: Props) { const helpText = (
-

{__(`Find some content you want to add to a list`)}

-

{__(`Use the menu to add it to a list`)}

-

{__(`Create as many lists as you wish`)}

-

{__(`Keep the list private, or publish it (transaction fees apply).`)}

+

{__(`Thanks for checking out our new lists feature!`)}

+

{__(`From content pages or content preview menus, you can add content to lists or add new lists.`)}

+

+ {__( + `Right now lists are for playable content only, but soon you can make lists of lists of lists of lists! Listception!` + )} +

+

{__(`Keep a list private, or publish it (transaction fees and bidding apply).`)}

);