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
This commit is contained in:
Lalit Chauhan 2023-04-27 15:24:23 +05:30 committed by GitHub
parent d75ac78f12
commit 2901c47ede
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -567,7 +567,7 @@ export const Container = ({
<a href="https://docs.tooljet.com/docs#the-very-quick-quickstart" target="_blank" rel="noreferrer">
guide
</a>{' '}
on adding widgets.
on adding components.
</center>
</div>
)}

View file

@ -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)',
},