diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index ce7fe5db..9c0d5bab 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -186,13 +186,13 @@ export const InterpretationLog: React.FC = ({ isOpen, se ) : ( hasScrapeListAction || hasScrapeSchemaAction || hasScreenshotAction ? ( <> - + You've successfully trained the robot to perform actions! Click on the button below to get a preview of data your robot will extract. ) : ( - + "It looks like you have not selected anything for extraction yet. Once you do, the robot will show a preview of your selections here." )