diff --git a/ui/src/editor-core/bottombar.js b/ui/src/editor-core/bottombar.js index 61c35b1906..331dbf1d44 100644 --- a/ui/src/editor-core/bottombar.js +++ b/ui/src/editor-core/bottombar.js @@ -131,7 +131,7 @@ Bottombar.prototype.render = function(object, renderMultiple = true) { trans: newBottomBarTrans, readOnlyModeOn: readOnlyModeOn, object: object, - objectTypeName: newBottomBarTrans.objectType.region, + objectTypeName: newBottomBarTrans.objectType[object.subType], undoActive: checkHistory.undoActive, trashActive: trashBinActive, }, diff --git a/views/layout-designer-page.twig b/views/layout-designer-page.twig index d4fdf0481c..1ed97dc87e 100644 --- a/views/layout-designer-page.twig +++ b/views/layout-designer-page.twig @@ -148,6 +148,8 @@ objectType: { layout: "{{ "Layout" |trans }}", region: "{{ "Region" |trans }}", + zone: "{{ "Zone" |trans }}", + playlist: "{{ "Playlist" |trans }}", widget: "{{ "Widget" |trans }}", element: "{{ "Element" |trans }}", "element-group": "{{ "Element Group" |trans }}",