[language] Hardcoded key in InstallPreChecks.php #569
Labels
Area: Installation
Issues & PRs related to the installation of the application
Area: Language
Issues & PRs that are confirmed as issues with language & translation within the core
Priority:Moderate
Issues & PRs that are minor; broken styling; warns; there are practical workarounds
Severity: Minor
Low Impact
Type: Bug
Something isn't working
Issue
There is a hardcoded key
$key = 'SERVER CHECKS';'
instead of$key = $this->modStrings['LBL_SERVER_CHECKS'];
inhttps://github.com/salesagility/SuiteCRM-Core/blob/hotfix/core/backend/Install/Service/InstallPreChecks.php#L1136
Аs a result the translated pre-installation page looks like this:
Possible Fix
No response
Steps to Reproduce the Issue
Context
No response
Version
8.7.1
What browser are you currently using?
Chrome
Browser Version
No response
Environment Information
PHP 8.2
Operating System and Version
Ubuntu 22
The text was updated successfully, but these errors were encountered: