diff --git a/src/installer/index.php b/src/installer/index.php index d149391..0af65d4 100644 --- a/src/installer/index.php +++ b/src/installer/index.php @@ -8,7 +8,7 @@ if(file_exists(__INSTALLER_LOCK_FILE)) { if (!file_exists(__PRIVATE_DIR . "/vendor/autoload.php")) { die( '

Oops! We cannot find Composer\'s autoload file.

' . - '

Download TS-website from releases page, and not directly from GitHub.

' . + '

Download TS-website from releases page, not directly from GitHub.

' . 'Or, if you know what you are doing, run composer update in the ' . '' . realpath(__BASE_DIR) . ' directory' );