diff --git a/app/config/variables.php b/app/config/variables.php index 1176dbad9..9b300ef02 100644 --- a/app/config/variables.php +++ b/app/config/variables.php @@ -355,7 +355,7 @@ return [ ], [ 'name' => '_APP_FUNCTIONS_ENV_ALLOWLIST', - 'description' => 'This option allows you to limit the available environments for cloud functions. This option is very useful for low-cost servers to safe disk space.\n\nTo enable/activate this option, pass a list of allowed environments separated by a comma.\n\nCurrently, support environments are: ' . \implode(', ', \array_keys(Config::getParam('providers'))), + 'description' => 'This option allows you to limit the available environments for cloud functions. This option is very useful for low-cost servers to safe disk space.\n\nTo enable/activate this option, pass a list of allowed environments separated by a comma.\n\nCurrently, supported environments are: ' . \implode(', ', \array_keys(Config::getParam('providers'))), 'introduction' => '0.7.0', 'default' => '', 'required' => false,