mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 01:10:42 +08:00
[Legacy] Fix typo in install message label
This commit is contained in:
parent
1ba6f8cb0d
commit
4adc02068c
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ $mod_strings = array(
|
|||
'LBL_DBCONF_TITLE_USER_INFO' => 'Provide Database User Information',
|
||||
'LBL_DBCONF_TITLE_PSWD_INFO_LABEL' => 'Password',
|
||||
'LBL_DISABLED_DESCRIPTION_2' => 'After this change has been made, you may click the "Start" button below to begin your installation. After the installation is complete, you will want to change the value for \'installer_locked\' to \'true\'',
|
||||
'LBL_DISABLED_DESCRIPTION_3' => 'After this change has been made, please revist / reload this page to continue.',
|
||||
'LBL_DISABLED_DESCRIPTION_3' => 'After this change has been made, please revisit / reload this page to continue.',
|
||||
'LBL_DISABLED_DESCRIPTION' => 'The installer has already been run once. As a safety measure, it has been disabled from running a second time. If you are absolutely sure you want to run it again, please go to your config.php file and locate (or add) a variable called \'installer_locked\' and set it to \'false\'. The line should look like this:',
|
||||
'LBL_DISABLED_HELP_1' => 'For installation help, please visit the SuiteCRM',
|
||||
'LBL_DISABLED_HELP_LNK' => 'https://community.suitecrm.com',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue