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) => (