diff --git a/ui/modal/modalRevokeClaim/view.jsx b/ui/modal/modalRevokeClaim/view.jsx index b35ec4ed4..050acaf5c 100644 --- a/ui/modal/modalRevokeClaim/view.jsx +++ b/ui/modal/modalRevokeClaim/view.jsx @@ -73,6 +73,11 @@ export default function ModalRevokeClaim(props: Props) {

{__('This will permanently remove your channel. Content published under this channel will be orphaned.')}

+

+ {__( + 'If this is a YouTube synced channel, it cannot be reprocessed again. Reach out to us via the Help page if you are not sure about deletion.' + )} +

{__('Are you sure? Type %name% to confirm that you wish to remove the channel.', { name })}

setChannelName(e.target.value)} /> diff --git a/ui/page/help/view.jsx b/ui/page/help/view.jsx index 271ba3ab6..9f35288cf 100644 --- a/ui/page/help/view.jsx +++ b/ui/page/help/view.jsx @@ -72,6 +72,19 @@ export default function HelpPage(props: Props) { } /> + #support, help_email: SITE_HELP_EMAIL }}> + Email address changes and account removal are processed manually on request via email. Email must come from + the original email being changed, or we'll need need to verify ownership another way. + + } + actions={ +