Browse Source

Update joystream studio steps text, update joystream studio link on screenshot

Edvin 3 years ago
parent
commit
8db33802c8
1 changed files with 4 additions and 4 deletions
  1. 4 4
      pioneer/packages/joy-media/src/index.tsx

+ 4 - 4
pioneer/packages/joy-media/src/index.tsx

@@ -101,13 +101,13 @@ const App: React.FC<Props> = () => {
                 With Sumer, the content uploading process has been streamlined and made accessible through Joystream Studio. To upload a video:
                 <StyledList>
                   <Message.Item>Go to Joystream Studio</Message.Item>
-                  <Message.Item>Upload video and thumbnail</Message.Item>
-                  <Message.Item>Fill out the associated metadata</Message.Item>
-                  <Message.Item>Publish</Message.Item>
+                  <Message.Item>Create/connect your membership</Message.Item>
+                  <Message.Item>Create a channel</Message.Item>
+                  <Message.Item>Publish content</Message.Item>
                 </StyledList>
                 <Screenshot
                   src={JoystreamStudio as string}
-                  href='https://play.joystream.org'
+                  href='https://play.joystream.org/studio'
                   target='_blank'
                   rel='noopener noreferrer'/>
               </Message.Content>