From 4d3aee02bd7e6d51d1134b71a425cb89b3e193bd Mon Sep 17 00:00:00 2001 From: Clemente Raposo Date: Wed, 15 Jan 2025 14:59:04 +0000 Subject: [PATCH] [Legacy] Update install log labels --- public/legacy/install/language/en_us.lang.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/legacy/install/language/en_us.lang.php b/public/legacy/install/language/en_us.lang.php index 2d2522d26..7b02ad25b 100755 --- a/public/legacy/install/language/en_us.lang.php +++ b/public/legacy/install/language/en_us.lang.php @@ -215,11 +215,11 @@ $mod_strings = array( 'ERR_CHECKSYS_SOAP' => 'The extension Soap is not enabled, please contact your system administrator.', 'ERR_SUHOSIN' => 'Upload stream is blocked by Suhosin, please add "upload" to suhosin.executor.include.whitelist (See suitecrm.log for more information)', 'LBL_UNWRITABLE_SUB_DIR' => 'There are some sub directories that are unwritable. Please take the necessary steps to make the directories writeable ', - 'LBL_REFER_TO_LOGS' => 'There has been an issue in one of your pre-installation checks, please refer to the install.log', + 'LBL_REFER_TO_LOGS' => 'There has been an issue in one of your pre-installation checks, please refer to the logs/install.log', 'LBL_NOT_A_VALID_SUITECRM_PAGE' => 'The SuiteCRM Title cannot be found. This is not a valid SuiteCRM Page.', - 'LBL_NOT_COOKIE_OR_TOKEN' => 'Cannot find cookies, no valid token found. Please refer to the install.log for more information.', + 'LBL_NOT_COOKIE_OR_TOKEN' => 'Cannot find cookies, no valid token found. Please refer to the logs/install.log for more information.', 'LBL_CURL_JSON_ERROR' => 'The result of the curl call to the graphql page was empty.', - 'LBL_UNABLE_TO_FIND_SYSTEM_CONFIGS' => 'Unable to retrieve System Configs on Graphql Page. Please refer to the install.log for more information.', + 'LBL_UNABLE_TO_FIND_SYSTEM_CONFIGS' => 'Unable to retrieve System Configs on Graphql Page. Please refer to the logs/install.log for more information.', 'LBL_CURL_REQUEST_MAIN_PAGE' => 'Curl Request on Main Page', 'LBL_CURL_REQUEST_API_PAGE' => 'Curl Request on Api', 'LBL_ERROR_DETAILS' => 'Error Details',