From 2901c47ede711eb3a2d2c1920d4b31e6f1a63099 Mon Sep 17 00:00:00 2001 From: Lalit Chauhan Date: Thu, 27 Apr 2023 15:24:23 +0530 Subject: [PATCH] Fixed typo in app builder empty canvas text (#6005) * Fixed typo in app builder empty canvas text * fixed a minor lint error * Few more typos fixed --- frontend/src/Editor/Container.jsx | 2 +- frontend/src/_helpers/createWalkThrough.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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)', },