mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-05 22:38:48 +00:00
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:
parent
d75ac78f12
commit
2901c47ede
2 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
)}
|
||||
|
|
|
|||
|
|
@ -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)',
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue