diff --git a/apps/client/src/features/app-settings/panel/automations-panel/AutomationSettingsForm.tsx b/apps/client/src/features/app-settings/panel/automations-panel/AutomationSettingsForm.tsx index bfe98b73b..ca745c128 100644 --- a/apps/client/src/features/app-settings/panel/automations-panel/AutomationSettingsForm.tsx +++ b/apps/client/src/features/app-settings/panel/automations-panel/AutomationSettingsForm.tsx @@ -89,10 +89,9 @@ export default function AutomationSettingsForm({ -

Control Ontime and share its data with external systems in your workflow.

-

- Automations allow Ontime to send its data on lifecycle triggers.

-

- OSC Input tells Ontime to listen to messages on the specific port.

-
+ Control Ontime and share its data with external systems in your workflow. + - Automations allow Ontime to send its data on lifecycle triggers. + - OSC Input tells Ontime to listen to messages on the specific port. See the docs
diff --git a/apps/client/src/features/app-settings/panel/manage-panel/CustomFields.tsx b/apps/client/src/features/app-settings/panel/manage-panel/CustomFields.tsx index fdcfed41e..971d536d1 100644 --- a/apps/client/src/features/app-settings/panel/manage-panel/CustomFields.tsx +++ b/apps/client/src/features/app-settings/panel/manage-panel/CustomFields.tsx @@ -57,11 +57,11 @@ export default function CustomFieldSettings() { - Custom fields allow for additional information to be added to an event. -
-
- To use custom fields as a data source in an{' '} - Automation, please note the generated key. + Custom fields allow for additional information to be added to an event. + + To use custom fields as a data source in an{' '} + Automation, please note the generated key. + See the docs
diff --git a/apps/client/src/features/app-settings/panel/manage-panel/CustomViews.tsx b/apps/client/src/features/app-settings/panel/manage-panel/CustomViews.tsx index 328a7e08f..f8dd09949 100644 --- a/apps/client/src/features/app-settings/panel/manage-panel/CustomViews.tsx +++ b/apps/client/src/features/app-settings/panel/manage-panel/CustomViews.tsx @@ -52,8 +52,9 @@ export default function CustomViews() { - Upload one index.html per view to /external/<name>/. -
+ + Upload one index.html per view to /external/<name>/. + External imports are not allowed, include all assets inside the html file. See the docs