diff --git a/application/Espo/Core/Utils/ClientManager.php b/application/Espo/Core/Utils/ClientManager.php index 9795bc4047..48e9055786 100644 --- a/application/Espo/Core/Utils/ClientManager.php +++ b/application/Espo/Core/Utils/ClientManager.php @@ -61,6 +61,8 @@ class ClientManager private $module; + private const APP_DESCRIPTION = "EspoCRM - Open Source CRM application."; + public function __construct( Config $config, ThemeManager $themeManager, @@ -198,6 +200,7 @@ class ClientManager 'ajaxTimeout' => $this->config->get('ajaxTimeout') ?? 60000, 'libsConfigPath' => $this->libsConfigPath, 'internalModuleList' => Json::encode($internalModuleList), + 'applicationDescription' => $this->config->get('applicationDescription') ?? self::APP_DESCRIPTION, ]; $html = $this->fileManager->getContents($htmlFilePath); diff --git a/html/main.html b/html/main.html index 1763352146..36c5c2effb 100644 --- a/html/main.html +++ b/html/main.html @@ -6,10 +6,7 @@ - +