diff --git a/frontend/src/Editor/Container.jsx b/frontend/src/Editor/Container.jsx index eedb5617f0..b2c0041d8f 100644 --- a/frontend/src/Editor/Container.jsx +++ b/frontend/src/Editor/Container.jsx @@ -567,7 +567,7 @@ export const Container = ({ guide {' '} - on adding widgets. + on adding components. )} diff --git a/frontend/src/_helpers/createWalkThrough.js b/frontend/src/_helpers/createWalkThrough.js index 8d7f2ee3cd..0d220fd8d0 100644 --- a/frontend/src/_helpers/createWalkThrough.js +++ b/frontend/src/_helpers/createWalkThrough.js @@ -25,8 +25,8 @@ export const initEditorWalkThrough = () => { { element: '.component-image-holder', popover: { - title: 'Drag and drop widgets', - description: 'From the widget sidebar, drag and drop widgets to the canvas.', + title: 'Drag and drop components', + description: 'From the component sidebar, drag and drop components to the canvas.', position: 'left', closeBtnText: 'Skip (1/6)', },