Help hints + channel removal
This commit is contained in:
parent
4893085ee3
commit
cb06c10f0b
2 changed files with 18 additions and 0 deletions
|
@ -73,6 +73,11 @@ export default function ModalRevokeClaim(props: Props) {
|
|||
<p>
|
||||
{__('This will permanently remove your channel. Content published under this channel will be orphaned.')}
|
||||
</p>
|
||||
<p>
|
||||
{__(
|
||||
'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.'
|
||||
)}
|
||||
</p>
|
||||
<p>{__('Are you sure? Type %name% to confirm that you wish to remove the channel.', { name })}</p>
|
||||
<FormField type={'text'} onChange={(e) => setChannelName(e.target.value)} />
|
||||
</React.Fragment>
|
||||
|
|
|
@ -72,6 +72,19 @@ export default function HelpPage(props: Props) {
|
|||
}
|
||||
/>
|
||||
|
||||
<Card
|
||||
title={__('Email change and account deletion')}
|
||||
subtitle={
|
||||
<I18nMessage tokens={{ channel: <strong>#support</strong>, 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.
|
||||
</I18nMessage>
|
||||
}
|
||||
actions={
|
||||
<Button button="secondary" label={__('Email Us')} icon={ICONS.WEB} href={`mailto:${SITE_HELP_EMAIL}`} />
|
||||
}
|
||||
/>
|
||||
|
||||
<Card
|
||||
title={__('Report a bug or suggest something')}
|
||||
subtitle={__('Did you find something wrong? Think Odysee could add something useful and cool?')}
|
||||
|
|
Loading…
Reference in a new issue