-
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 and a section data is loading a section content remained "Loading…".
Steps to reproduce (Required on creation):
Open the process instance view page.
Observed Behavior (Required on creation):
A section content remained "Loading…".
Expected behavior (Required on creation):
A section content translated to "Загрузка…".
Root Cause (Required on prioritization):
"Loading…" is hardcoded at 'camunda-commons-ui/lib/widgets/loader/cam-widget-loader.js'.