From b1ad0de4c63e225ff3d0557b4fd022527b15a0f2 Mon Sep 17 00:00:00 2001 From: Prasad <prasad@vtiger.com> Date: Wed, 23 Aug 2023 18:35:22 +0530 Subject: [PATCH] Updated install strings --- languages/en_us/Install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/languages/en_us/Install.php b/languages/en_us/Install.php index 8718d8f8e..6d7c48688 100644 --- a/languages/en_us/Install.php +++ b/languages/en_us/Install.php @@ -59,8 +59,8 @@ $languageStrings = array( 'LBL_TRUE' => 'True', 'LBL_URL' => 'URL', 'LBL_USERNAME' => 'User Name', - 'LBL_VTIGER7_SETUP_WIZARD_DESCRIPTION' => 'This wizard will guide you through the installation of Vtiger CRM7', - 'LBL_WELCOME_TO_VTIGER7_SETUP_WIZARD' => 'Welcome to Vtiger CRM 7 Setup Wizard', + 'LBL_VTIGER7_SETUP_WIZARD_DESCRIPTION' => 'This wizard will guide you through the installation of Vtiger CRM', + 'LBL_WELCOME_TO_VTIGER7_SETUP_WIZARD' => 'Welcome to Vtiger CRM Setup Wizard', 'LBL_WELCOME' => 'Welcome', 'LBL_ZLIB_SUPPORT' => 'Zlib Support', 'LBL_SIMPLEXML' => 'SimpleXML Support', -- GitLab