diff --git a/public/locales/en.json b/public/locales/en.json index 6a0e41f68..1b89057cc 100644 --- a/public/locales/en.json +++ b/public/locales/en.json @@ -266,7 +266,7 @@ }, "save_recording": { "title": "Save Robot", - "robot_name": "Robot Name", + "robot_name": "Name", "buttons": { "save": "Save", "confirm": "Confirm" @@ -440,7 +440,7 @@ "warning": "⚠️ Ensure the new page has the same structure as the original page." }, "fields": { - "target_url": "Robot Target URL" + "target_url": "Target URL" }, "buttons": { "duplicate": "Duplicate Robot", @@ -456,7 +456,7 @@ }, "robot_settings": { "title": "Robot Settings", - "target_url": "Robot Target URL", + "target_url": "Target URL", "robot_id": "Robot ID", "robot_limit": "Robot Limit", "created_by_user": "Created By User", @@ -470,7 +470,7 @@ }, "robot_edit": { "title": "Edit Robot", - "change_name": "Robot Name", + "change_name": "Name", "robot_limit": "Robot Limit", "save": "Save Changes", "cancel": "Cancel", diff --git a/src/components/robot/pages/RobotCreate.tsx b/src/components/robot/pages/RobotCreate.tsx index 445f3b4c8..1b4a326a7 100644 --- a/src/components/robot/pages/RobotCreate.tsx +++ b/src/components/robot/pages/RobotCreate.tsx @@ -410,12 +410,12 @@ const RobotCreate: React.FC = () => { setExtractRobotName(e.target.value)} - label="Robot Name" + label="Name" /> @@ -682,7 +682,7 @@ const RobotCreate: React.FC = () => { value={scrapeRobotName} onChange={(e) => setScrapeRobotName(e.target.value)} sx={{ mb: 2 }} - label="Robot Name" + label="Name" /> { { { <> handleRobotNameChange(e.target.value)} diff --git a/src/components/robot/pages/RobotSettingsPage.tsx b/src/components/robot/pages/RobotSettingsPage.tsx index 684107e81..6c25004b2 100644 --- a/src/components/robot/pages/RobotSettingsPage.tsx +++ b/src/components/robot/pages/RobotSettingsPage.tsx @@ -131,7 +131,7 @@ export const RobotSettingsPage = ({ handleStart }: RobotSettingsProps) => { {robot.recording_meta.type !== 'search' && (