From ce6ae9402bb63ea32c802f4ded2e4d4035734946 Mon Sep 17 00:00:00 2001 From: zeppi Date: Tue, 15 Jun 2021 16:21:40 -0400 Subject: [PATCH] lists help copy --- ui/component/collectionsListMine/view.jsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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).`)}

);