From 814c933177fb3e892c8f23d2eeb50e868be5f984 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathana=C3=ABl=20Hannebert?= Date: Thu, 30 May 2024 19:05:05 +0200 Subject: [PATCH] fix: in config_panel.toml don't use .help because it creates errors --- config_panel.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index 8e53315..0ba3573 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -146,10 +146,10 @@ services = ["__APP__"] name = "Advanced Settings" services = ["__APP__"] - [advanced.help] + [advanced.helptext] name = "SETTINGS FOR EXPERTS IN SERVER ADMINISTRATION" - [advanced.help.text] + [advanced.helptext.text] ask = "!! There are **security and privacy risks** if you change these settings without knowing what you do !!" type = "markdown"