From 7a852462f9470a3f5b8c63cd994ecae994b6e97a Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Wed, 16 Jun 2021 11:19:41 -0400 Subject: [PATCH] copy for lists feature --- ui/component/collectionsListMine/view.jsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/ui/component/collectionsListMine/view.jsx b/ui/component/collectionsListMine/view.jsx index 2611f7b2e..0b0758d97 100644 --- a/ui/component/collectionsListMine/view.jsx +++ b/ui/component/collectionsListMine/view.jsx @@ -40,13 +40,18 @@ 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.`)}

+

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

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

+

+ {__( + `Right now, lists are for playable content only. Lots of other improvements and features are in the works, stay tuned!` )}

-

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

);