From 060e15e3658831a6696d8e25a07a21c44b8462d8 Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Wed, 27 Sep 2023 23:27:41 +0200 Subject: [PATCH] Update config_panel.toml Tweak the help message Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com> --- config_panel.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_panel.toml b/config_panel.toml index 812f02e..dfe5e24 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -25,7 +25,7 @@ name = "My Webapp configuration" ask = "Activate the custom error file use" type = "boolean" default = false - help = "When you enable this, you can add/create a custom `404.html` file in a directory `www\\error`." + help = "Once custom error enabled, you can add/create a custom `404.html` file in a directory `www\\error`." [main.php_fpm_config] name = "PHP-FPM configuration"