-
- {props.dataPanel}
-
+
+
+
+
+ {i18n.translate('xpack.lens.section.dataPanelLabel', {
+ defaultMessage: 'Data panel',
+ })}
+
+
+ {props.dataPanel}
+
+
+
+
+ {i18n.translate('xpack.lens.section.workspaceLabel', {
+ defaultMessage: 'Visualization workspace',
+ })}
+
+
{props.workspacePanel}
{props.suggestionsPanel}
-
-
+
+
+
+
+ {i18n.translate('xpack.lens.section.configPanelLabel', {
+ defaultMessage: 'Config panel',
+ })}
+
+
{props.configPanel}
-
-
+
+
);
}
diff --git a/x-pack/plugins/lens/public/editor_frame_service/editor_frame/workspace_panel/workspace_panel_wrapper.tsx b/x-pack/plugins/lens/public/editor_frame_service/editor_frame/workspace_panel/workspace_panel_wrapper.tsx
index 33ddc23312a96..d9fbaa22a0388 100644
--- a/x-pack/plugins/lens/public/editor_frame_service/editor_frame/workspace_panel/workspace_panel_wrapper.tsx
+++ b/x-pack/plugins/lens/public/editor_frame_service/editor_frame/workspace_panel/workspace_panel_wrapper.tsx
@@ -102,7 +102,7 @@ export function WorkspacePanelWrapper({