diff options
-rw-r--r-- | includes/PHPVersionCheck.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/PHPVersionCheck.php b/includes/PHPVersionCheck.php index 8d642e1785f7..bf59146f8fe4 100644 --- a/includes/PHPVersionCheck.php +++ b/includes/PHPVersionCheck.php @@ -167,14 +167,14 @@ HTML; $shortText = "Installing some external dependencies (e.g. via composer) is required."; $longText = "Error: You are missing some external dependencies. \n" - . "MediaWiki now also has some external dependencies that need to be installed\n" + . "MediaWiki also has some external dependencies that need to be installed\n" . "via composer or from a separate git repo. Please see\n" . "https://www.mediawiki.org/wiki/Download_from_Git#Fetch_external_libraries\n" . "for help on installing the required components."; // phpcs:disable Generic.Files.LineLength $longHtml = <<<HTML - MediaWiki now also has some external dependencies that need to be installed via + MediaWiki also has some external dependencies that need to be installed via composer or from a separate git repo. Please see <a href="https://www.mediawiki.org/wiki/Download_from_Git#Fetch_external_libraries">mediawiki.org</a> for help on installing the required components. |