diff --git a/web/src/admin/admin-settings/AdminSettingsForm.ts b/web/src/admin/admin-settings/AdminSettingsForm.ts index 78bd188f16..6460544032 100644 --- a/web/src/admin/admin-settings/AdminSettingsForm.ts +++ b/web/src/admin/admin-settings/AdminSettingsForm.ts @@ -156,12 +156,11 @@ export class AdminSettingsForm extends Form {

${msg( - "This option configures the footer links on the flow executor pages. It must be a valid JSON list and can be used as follows:", + "This option configures the footer links on the flow executor pages. It must be a valid YAML or JSON list and can be used as follows:", )} [{"name": "Link Name","href":"https://goauthentik.io"}]