diff --git a/src/components/robot/pages/RobotCreate.tsx b/src/components/robot/pages/RobotCreate.tsx index 8863838f..88daa49b 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 ? 'Creating...' : 'Create Markdown Robot'} + {isLoading ? 'Turning...' : 'Turn to Markdown'}