EspoCRM version: 9.3.3
Extension: Sales Pack 4.0.5
PHP Version: 8.3.16
MySQL Version: 8.4.4
Language: Czech (cs_CZ) Steps to reproduce
- Set EspoCRM language to Czech.
- Update EspoCRM to version 9.3.3.
- Go to Administration panel.
- Check the notification about available extension updates.
The message is displayed as:
"Je k dispozici nová verze {latestName} 4.0.5."
The placeholder {latestName} is not replaced with the actual extension name. Expected behavior
The message should display the extension name correctly, similar to the English version:
"New Sales Pack version 4.0.5 is available." Additional information
I noticed that this version includes many new translations, so the issue might be related to localization. Logs
Espo log (data/logs):
[2026-03-21 03:03:08] CRITICAL: (0) Failed job 69b4cfe89c8594437. Job '{@name}' not found. :: /var/www/html/application/Espo/Core/Job/JobFactory.php(54)
This error appeared after the update. I did not observe it before upgrading. Environment
- PHP version: 8.3.16
- Database: MySQL Version 8.4.4
Thanks.

Comment