diff --git a/ui/component/userFirstChannel/view.jsx b/ui/component/userFirstChannel/view.jsx index 6e5c623f1..76f2b31f4 100644 --- a/ui/component/userFirstChannel/view.jsx +++ b/ui/component/userFirstChannel/view.jsx @@ -4,7 +4,7 @@ import { isNameValid } from 'lbry-redux'; import Button from 'component/button'; import { Form, FormField } from 'component/common/form'; import { INVALID_NAME_ERROR } from 'constants/claim'; -export const DEFAULT_BID_FOR_FIRST_CHANNEL = 0.9; +export const DEFAULT_BID_FOR_FIRST_CHANNEL = 0.5; type Props = { createChannel: (string, number) => void, @@ -40,7 +40,7 @@ function UserFirstChannel(props: Props) {

{__('Create A Channel')}

{__('A channel is your identity on the LBRY network.')}

-

{__('You can have more than one or change this later.')}

+

{__('You can have more than one or remove this later.')}