diff --git a/web/pages/actions.tsx b/web/pages/actions.tsx index 92cbaf8c7..a39081842 100644 --- a/web/pages/actions.tsx +++ b/web/pages/actions.tsx @@ -184,7 +184,7 @@ export default function Actions() { dataIndex: 'icon', key: 'icon', render: (url: string) => { - return url ? : null; + return url ? : null; }, }, { @@ -283,7 +283,10 @@ export default function Actions() { return (
External Actions - Description goes here. + + External action URLs are 3rd party UI you can display, embedded, into your Owncast page when + a user clicks on a button to launch your action. + Read more about how to use actions, with examples, at{' '}