From ef5752d827ab2e2c8a1ca3f71cda8b4a1dbafb6f Mon Sep 17 00:00:00 2001 From: zeppi Date: Wed, 16 Jun 2021 11:41:18 -0400 Subject: [PATCH] help copy for lists --- ui/component/collectionsListMine/view.jsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ui/component/collectionsListMine/view.jsx b/ui/component/collectionsListMine/view.jsx index 7da96cb44..f44c18652 100644 --- a/ui/component/collectionsListMine/view.jsx +++ b/ui/component/collectionsListMine/view.jsx @@ -40,14 +40,13 @@ export default function CollectionsListMine(props: Props) { const helpText = (
-

{__(`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.`)}

+

{__(`Everyone starts with 2 private lists - Watch Later and Favorites.`)}

+

{__(`Add content to existing lists or new lists from content pages or content previews.`)}

{__( - `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 them from the Lists page or the Publish context menu on this page. Similar to uploads, small blockchain fees apply.` )}

-

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

);