28.05.2025, 11:17
If you mean title then it's only applied to tile view widgets but not to modal windows.
Text labels can be translated via Custom JavaScript
Note that Custom JS does not work in admin view.
Text labels can be translated via Custom JavaScript
Code:
Visu.addLocaleData({
labels: {
brightness: 'Custom brightness label'
}
})