From 07c110cedc5be62f58270dd3e13509d4bd3f9014 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Tue, 16 Feb 2021 10:38:09 -0800 Subject: [PATCH] Shorten help page section titles. Closes https://github.com/owncast/owncast/issues/730 --- web/pages/help.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/pages/help.tsx b/web/pages/help.tsx index e746ac13b..5aac7875c 100644 --- a/web/pages/help.tsx +++ b/web/pages/help.tsx @@ -34,7 +34,7 @@ export default function Help() { }, { icon: , - title: 'I need help configuring my broadcasting software', + title: 'Help configuring my broadcasting software', content: (
, - title: 'I want to tweak my encoding quality or performance', + title: 'I want to tweak my video output', content: (
@@ -82,7 +82,7 @@ export default function Help() { }, { icon: , - title: 'I want to offload my video to an external storage provider', + title: 'I want to use an external storage provider', content: (
@@ -127,7 +127,7 @@ export default function Help() { }, { icon: , - title: 'I want to build add-ons for my Owncast server', + title: 'I want to build add-ons for Owncast', content: (
You can build your own bots, overlays, tools and add-ons with our