diff --git a/src/components/molecules/ActionDescriptionBox.tsx b/src/components/molecules/ActionDescriptionBox.tsx index f16c0517..e31c0d7c 100644 --- a/src/components/molecules/ActionDescriptionBox.tsx +++ b/src/components/molecules/ActionDescriptionBox.tsx @@ -55,22 +55,22 @@ const ActionDescriptionBox = () => { if (getText) { return ( <> - Capture Text - Hover over the texts you want to extract and click to select them + Capture Text + Hover over the texts you want to extract and click to select them ) } else if (getScreenshot) { return ( <> - Capture Screenshot - Capture a partial or full page screenshot of the current page. + Capture Screenshot + Capture a partial or full page screenshot of the current page. ) } else if (getList) { return ( <> - Capture List - + Capture List + Hover over the list you want to extract. Once selected, you can hover over all texts inside the list you selected. Click to select them. @@ -89,7 +89,7 @@ const ActionDescriptionBox = () => { /> } label={ - {text} + {text} } /> ))} @@ -99,8 +99,8 @@ const ActionDescriptionBox = () => { } else { return ( <> - What data do you want to extract? - A robot is designed to perform one action at a time. You can choose any of the options below. + What data do you want to extract? + A robot is designed to perform one action at a time. You can choose any of the options below. ) }