From 96019058e96196e80ce7516cc9f81ef5a152ff41 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 20 Nov 2025 16:36:43 +0530 Subject: [PATCH] feat: turn to markdown --- 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 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'}