diff --git a/src/components/molecules/ActionDescriptionBox.tsx b/src/components/molecules/ActionDescriptionBox.tsx index 7a8061d4..9e05157b 100644 --- a/src/components/molecules/ActionDescriptionBox.tsx +++ b/src/components/molecules/ActionDescriptionBox.tsx @@ -41,7 +41,12 @@ const ActionDescriptionBox = () => { ) } else if (getScreenshot) { - return

Getting screenshot...

; + return ( + <> + Capture Screenshot + Capture a partial or full page screenshot of the current page. + + ) } else if (getList) { return ( <>