diff --git a/src/ui/component/channelEdit/view.jsx b/src/ui/component/channelEdit/view.jsx index a65d33e4e..561c05a77 100644 --- a/src/ui/component/channelEdit/view.jsx +++ b/src/ui/component/channelEdit/view.jsx @@ -4,12 +4,11 @@ import { parseURI } from 'lbry-redux'; import { Form, FormField } from 'component/common/form'; import Button from 'component/button'; -import SelectAsset from '../selectAsset/view'; -import TagSelect from '../tagsSelect/view'; +import SelectAsset from 'component/selectAsset'; +import TagSelect from 'component/tagsSelect'; type Props = { uri: string, - title: ?string, amount: string, cover: ?string, @@ -185,7 +184,7 @@ function ChannelForm(props: Props) { { if (!params.tags.map(savedTag => savedTag.name).includes(newTag.name)) { diff --git a/src/ui/component/tagsSelect/view.jsx b/src/ui/component/tagsSelect/view.jsx index ec5af29dc..1977198e9 100644 --- a/src/ui/component/tagsSelect/view.jsx +++ b/src/ui/component/tagsSelect/view.jsx @@ -12,7 +12,6 @@ type Props = { followedTags: Array, doToggleTagFollow?: string => void, suggestMature: boolean, - // Ovverides // The default component is for following tags title?: string | boolean, diff --git a/static/locales/en.json b/static/locales/en.json index 6b1c2c34f..cc3e68b74 100644 --- a/static/locales/en.json +++ b/static/locales/en.json @@ -574,5 +574,6 @@ "You can generate a new address at any time, and any previous addresses will continue to work.": "You can generate a new address at any time, and any previous addresses will continue to work.", "Confirm Claim Revoke": "Confirm Claim Revoke", "Are you sure you want to remove this support?": "Are you sure you want to remove this support?", - "These credits are permanently yours and can be removed at any time. Removing this support will reduce the claim's discoverability and return the LBC to your spendable balance.": "These credits are permanently yours and can be removed at any time. Removing this support will reduce the claim's discoverability and return the LBC to your spendable balance." + "These credits are permanently yours and can be removed at any time. Removing this support will reduce the claim's discoverability and return the LBC to your spendable balance.": "These credits are permanently yours and can be removed at any time. Removing this support will reduce the claim's discoverability and return the LBC to your spendable balance.", + "The better your tags are, the easier it will be for people to discover your channel.": "The better your tags are, the easier it will be for people to discover your channel." } \ No newline at end of file