From cee602f49e0ac16ec19de3bdc7ce442c680fc90e Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Thu, 3 Oct 2019 14:49:07 -0400 Subject: [PATCH] fixes channel edit cancel #2961 --- src/ui/component/channelEdit/view.jsx | 3 ++- static/app-strings.json | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/ui/component/channelEdit/view.jsx b/src/ui/component/channelEdit/view.jsx index bb0ec1418..4672931b3 100644 --- a/src/ui/component/channelEdit/view.jsx +++ b/src/ui/component/channelEdit/view.jsx @@ -4,6 +4,7 @@ import { Form, FormField } from 'component/common/form'; import Button from 'component/button'; import SelectAsset from 'component/selectAsset'; import TagSelect from 'component/tagsSelect'; +import * as PAGES from 'constants/pages'; type Props = { claim: ChannelClaim, @@ -202,7 +203,7 @@ function ChannelForm(props: Props) { />
diff --git a/static/app-strings.json b/static/app-strings.json index ec47fd4e9..69727ed81 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -730,5 +730,7 @@ "Live help is available most hours in the %channel% channel of our Discord chat room. Or you can always email us at help@lbry.com.": "Live help is available most hours in the %channel% channel of our Discord chat room. Or you can always email us at help@lbry.com.", "Your LBRY credits are controllable by you and only you, via a wallet file stored locally on your computer.": "Your LBRY credits are controllable by you and only you, via a wallet file stored locally on your computer.", "However, it is easy to back up manually. To backup your wallet, make a copy of the folder listed below:": "However, it is easy to back up manually. To backup your wallet, make a copy of the folder listed below:", - "Access to these files are equivalent to having access to your credits. Keep any copies you make of your wallet in a secure place. For more details on backing up and best practices %helpLink%.": "Access to these files are equivalent to having access to your credits. Keep any copies you make of your wallet in a secure place. For more details on backing up and best practices %helpLink%." -} \ No newline at end of file + "Access to these files are equivalent to having access to your credits. Keep any copies you make of your wallet in a secure place. For more details on backing up and best practices %helpLink%.": "Access to these files are equivalent to having access to your credits. Keep any copies you make of your wallet in a secure place. For more details on backing up and best practices %helpLink%.", + "Your Channels": "Your Channels", + "Add Tags": "Add Tags" +}