-
Bug Report
-
Resolution: Unresolved
-
L3 - Default
-
None
-
7.13.0
Environment (Required on creation):
Camunda Cockpit 7.13.0
// config.js window.camCockpitConf = { ... locales: { availableLocales: ['ru', 'en'], fallbackLocale: 'en' }, ... }
Description (Required on creation; please attach any relevant screenshots, stacktraces, log files, etc. to the ticket):
When the language is changed to other than English the column header "Actions" remained the same.
Steps to reproduce (Required on creation):
Open the process instance view page.
Observed Behavior (Required on creation):
The column header "Actions" remained the same.
Expected behavior (Required on creation):
The column header "Actions" translated to "Действия".
Root Cause (Required on prioritization):
"Actions" is hardcoded at 'camunda-commons-ui/lib/widgets/variables-table/cam-widget-variables-table.html'.
Solution Ideas (Optional):
Hints (Optional):