Browse Source

Shorten help page section titles. Closes https://github.com/owncast/owncast/issues/730

pull/1886/head
Gabe Kangas 6 years ago
parent
commit
07c110cedc
  1. 8
      web/pages/help.tsx

8
web/pages/help.tsx

@ -34,7 +34,7 @@ export default function Help() { @@ -34,7 +34,7 @@ export default function Help() {
},
{
icon: <CameraTwoTone style={{ fontSize: '24px' }} />,
title: 'I need help configuring my broadcasting software',
title: 'Help configuring my broadcasting software',
content: (
<div>
<a
@ -71,7 +71,7 @@ export default function Help() { @@ -71,7 +71,7 @@ export default function Help() {
},
{
icon: <SlidersTwoTone style={{ fontSize: '24px' }} />,
title: 'I want to tweak my encoding quality or performance',
title: 'I want to tweak my video output',
content: (
<div>
<a href="https://owncast.online/docs/encoding/" target="_blank" rel="noopener noreferrer">
@ -82,7 +82,7 @@ export default function Help() { @@ -82,7 +82,7 @@ export default function Help() {
},
{
icon: <DatabaseTwoTone style={{ fontSize: '24px' }} />,
title: 'I want to offload my video to an external storage provider',
title: 'I want to use an external storage provider',
content: (
<div>
<a href="https://owncast.online/docs/storage/" target="_blank" rel="noopener noreferrer">
@ -127,7 +127,7 @@ export default function Help() { @@ -127,7 +127,7 @@ export default function Help() {
},
{
icon: <ApiTwoTone style={{ fontSize: '24px' }} />,
title: 'I want to build add-ons for my Owncast server',
title: 'I want to build add-ons for Owncast',
content: (
<div>
You can build your own bots, overlays, tools and add-ons with our

Loading…
Cancel
Save