From 380a530842b044c5d9995375ac122ae517150d52 Mon Sep 17 00:00:00 2001 From: Wruczek Date: Thu, 25 Jul 2019 17:06:28 +0200 Subject: [PATCH] Typo --- src/installer/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' );