From c0562bf860129239d973ed36a4185885da760749 Mon Sep 17 00:00:00 2001 From: Marc 'risson' Schmitt Date: Wed, 24 Jan 2024 17:22:04 +0100 Subject: [PATCH] web/admin: fix footer links not being parsed on settings page (#8289) Signed-off-by: Marc 'risson' Schmitt --- web/src/admin/admin-settings/AdminSettingsForm.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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"}]