diff --git a/app/config/variables.php b/app/config/variables.php index df9b3c76c3..919b0bffe2 100644 --- a/app/config/variables.php +++ b/app/config/variables.php @@ -677,7 +677,7 @@ return [ ], [ 'name' => '_APP_FUNCTIONS_RUNTIMES', - '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('runtimes'))), + 'description' => "This option allows you to enable or disable runtime environments for cloud functions. Disable unused runtimes to save disk space.\n\nTo enable cloud function runtimes, pass a list of enabled environments separated by a comma.\n\nCurrently, supported environments are: " . \implode(', ', \array_keys(Config::getParam('runtimes'))), 'introduction' => '0.8.0', 'default' => 'node-16.0,php-8.0,python-3.9,ruby-3.0', 'required' => false,