-
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' }, ... }
// ru.json { ... "DASHBOARD_TOGGLE_SECTION": "Свернуть/развернуть раздел", ... }
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 tooltip "Toggle this section" remained the same.
Steps to reproduce (Required on creation):
Open the process definitions list view.
Observed Behavior (Required on creation):
The tooltip "Toggle this section" remained the same.
Expected behavior (Required on creation):
The tooltip "Toggle this section" translated to "Свернуть/развернуть раздел".
Root Cause (Required on prioritization):
"Toggle this section" is hardcoded at 'processesDashboard/process-definitions.html'.
Solution Ideas (Optional):
Hints (Optional):