This commit is contained in:
Sean Yesmunt 2020-08-25 14:15:51 -04:00
parent 88fac1b30b
commit 87247feb23
2 changed files with 4 additions and 20 deletions

View file

@ -221,7 +221,7 @@
"Our FAQ answers many common questions.": "Our FAQ answers many common questions.", "Our FAQ answers many common questions.": "Our FAQ answers many common questions.",
"Join Our Chat": "Join Our Chat", "Join Our Chat": "Join Our Chat",
"Report a Bug or Suggest a New Feature": "Report a Bug or Suggest a New Feature", "Report a Bug or Suggest a New Feature": "Report a Bug or Suggest a New Feature",
"Did you find something wrong? Think LBRY could add something useful and cool?": "Did you find something wrong? Think LBRY could add something useful and cool?", "Find something wrong? Think LBRY could add something useful and cool?": "Find something wrong? Think LBRY could add something useful and cool?",
"View your Log": "View your Log", "View your Log": "View your Log",
"support": "support", "support": "support",
"Open Log": "Open Log", "Open Log": "Open Log",

View file

@ -149,22 +149,7 @@ class HelpPage extends React.PureComponent<Props, State> {
/> />
<Card <Card
title={__('LBRY Status')} title={__('Find assistance')}
subtitle={__('Check the status of various LBRY services.')}
actions={
<div className="section__actions">
<Button
href="https://status.lbry.com/"
label={__('Check Status')}
icon={ICONS.LBRY_STATUS}
button="secondary"
/>
</div>
}
/>
<Card
title={__('Find Assistance')}
subtitle={ subtitle={
<I18nMessage tokens={{ channel: <strong>#help</strong> }}> <I18nMessage tokens={{ channel: <strong>#help</strong> }}>
Live help is available most hours in the %channel% channel of our Discord chat room. Or you can always Live help is available most hours in the %channel% channel of our Discord chat room. Or you can always
@ -180,11 +165,10 @@ class HelpPage extends React.PureComponent<Props, State> {
/> />
<Card <Card
title={__('Report a Bug or Suggest a New Feature')} title={__('Report a bug or suggest something')}
subtitle={ subtitle={
<React.Fragment> <React.Fragment>
{__('Did you find something wrong? Think LBRY could add something useful and cool?')}{' '} {__('Did you find something wrong? Think LBRY could add something useful and cool?')}
<Button button="link" label={__('Learn more')} href="https://lbry.com/faq/support" />.
</React.Fragment> </React.Fragment>
} }
actions={ actions={