From d092d4fdfe07297fa8dcfeaf3373fadf1679a94b Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 19 Oct 2024 08:04:41 +0530 Subject: [PATCH] fix: show docs for capture list --- src/components/molecules/ActionDescriptionBox.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/molecules/ActionDescriptionBox.tsx b/src/components/molecules/ActionDescriptionBox.tsx index 86ecd693..6760cd25 100644 --- a/src/components/molecules/ActionDescriptionBox.tsx +++ b/src/components/molecules/ActionDescriptionBox.tsx @@ -35,7 +35,7 @@ const ActionDescriptionBox = () => { const messages = [ { stage: 'initial' as const, - text: 'Choose the capture mode', + text: 'Choose the ', }, { stage: 'pagination' as const, @@ -69,9 +69,9 @@ const ActionDescriptionBox = () => { } else if (getList) { return ( <> - Capture Screenshot + Capture List - Capture a partial or full page screenshot of the current page. + 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. {messages.map(({ stage, text }, index) => (