From f3c79bd30322285e6d183e2bbf2e144cff0112a5 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 20 Nov 2025 17:59:30 +0530 Subject: [PATCH] feat: scrape robot --- src/components/robot/pages/RobotCreate.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/robot/pages/RobotCreate.tsx b/src/components/robot/pages/RobotCreate.tsx index ec01b60b..119e9be9 100644 --- a/src/components/robot/pages/RobotCreate.tsx +++ b/src/components/robot/pages/RobotCreate.tsx @@ -428,7 +428,7 @@ const RobotCreate: React.FC = () => { }} startIcon={isLoading ? : null} > - {isLoading ? 'Turning...' : 'Turn to Markdown'} + {isLoading ? 'Creating...' : 'Create Robot'}