From eedaf56ee0e87abd2589446b2f94d06dea42f77e Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Thu, 7 Nov 2019 12:12:56 -0500 Subject: [PATCH] remove channel edit notice --- src/ui/component/channelEdit/view.jsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/ui/component/channelEdit/view.jsx b/src/ui/component/channelEdit/view.jsx index e4adf4a4e..b08c14275 100644 --- a/src/ui/component/channelEdit/view.jsx +++ b/src/ui/component/channelEdit/view.jsx @@ -101,14 +101,6 @@ function ChannelForm(props: Props) { // TODO clear and bail after submit return (
-
-

{__('We can explain...')}

-

- {__( - "We know this page won't win any design awards, we just wanted to release a very basic version that works so people can use it right now. There is a much nicer version being worked on." - )} -

-
{ updateChannel(params);