Update chat channel

There is no #help in the new odysee Discord.  Closest I can find is #support
This commit is contained in:
infinite-persistence 2022-02-07 23:17:13 +08:00 committed by Thomas Zarebczan
parent bfb8e90b1e
commit e879cd3968

View file

@ -28,7 +28,7 @@ export default function HelpPage() {
<Card <Card
title={__('Find assistance')} title={__('Find assistance')}
subtitle={ subtitle={
<I18nMessage tokens={{ channel: <strong>#help</strong>, help_email: SITE_HELP_EMAIL }}> <I18nMessage tokens={{ channel: <strong>#support</strong>, help_email: SITE_HELP_EMAIL }}>
Live help is available most hours in the %channel% channel of our Discord chat room. Or you can always email Live help is available most hours in the %channel% channel of our Discord chat room. Or you can always email
us at %help_email%. us at %help_email%.
</I18nMessage> </I18nMessage>