diff --git a/phpBB/language/en/acp/extensions.php b/phpBB/language/en/acp/extensions.php index 53ba5bf859..135631ba52 100644 --- a/phpBB/language/en/acp/extensions.php +++ b/phpBB/language/en/acp/extensions.php @@ -173,6 +173,8 @@ $lang = array_merge($lang, array( 'STABILITY_DEV' => 'dev', 'COMPOSER_MINIMUM_STABILITY' => 'Minimum stability', - 'COMPOSER_MINIMUM_STABILITY_EXPLAIN' => 'TODO: why it is dangerous to change that', + 'COMPOSER_MINIMUM_STABILITY_EXPLAIN' => 'Always use stable versions on a live forum. +Non-stable versions may still be in development and could cause unexpected problems with your +forum and should only be used for development purposes in local or staging environments.', ));