From 98aed6320eeb86d0b03260f08d607af9146f642b Mon Sep 17 00:00:00 2001 From: amhsirak Date: Mon, 19 Jan 2026 13:07:29 +0530 Subject: [PATCH 1/7] chore: rename to name --- public/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/en.json b/public/locales/en.json index 6a0e41f6..0b347a88 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" From c3a7c112c026f703ca1951b4742328a1804d46d0 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Mon, 19 Jan 2026 13:07:43 +0530 Subject: [PATCH 2/7] chore: rename to name --- public/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/en.json b/public/locales/en.json index 0b347a88..23e3240d 100644 --- a/public/locales/en.json +++ b/public/locales/en.json @@ -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", From fd60534ba866ebeae5a9039ef052d3c3c98c3fe3 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Mon, 19 Jan 2026 13:08:31 +0530 Subject: [PATCH 3/7] feat: remove robot from placeholder & label --- src/components/robot/pages/RobotCreate.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/robot/pages/RobotCreate.tsx b/src/components/robot/pages/RobotCreate.tsx index 445f3b4c..208b8e2a 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" /> From b28738bc113c0afedc71bfc4f562e4715d7b6be7 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Mon, 19 Jan 2026 13:09:00 +0530 Subject: [PATCH 4/7] feat: remove robot from label --- src/components/robot/pages/RobotCreate.tsx | 4 ++-- src/components/robot/pages/RobotEditPage.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/robot/pages/RobotCreate.tsx b/src/components/robot/pages/RobotCreate.tsx index 208b8e2a..0a822d62 100644 --- a/src/components/robot/pages/RobotCreate.tsx +++ b/src/components/robot/pages/RobotCreate.tsx @@ -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)} From 0043b4ffd14b990e134768378204fe1e4e08246b Mon Sep 17 00:00:00 2001 From: amhsirak Date: Mon, 19 Jan 2026 13:10:05 +0530 Subject: [PATCH 5/7] feat: remove robot from label --- 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 0a822d62..1b4a326a 100644 --- a/src/components/robot/pages/RobotCreate.tsx +++ b/src/components/robot/pages/RobotCreate.tsx @@ -1002,7 +1002,7 @@ const RobotCreate: React.FC = () => { Date: Mon, 19 Jan 2026 13:12:19 +0530 Subject: [PATCH 6/7] chore: rename to target url --- public/locales/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/en.json b/public/locales/en.json index 23e3240d..1b89057c 100644 --- a/public/locales/en.json +++ b/public/locales/en.json @@ -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", From 091c43009b4745962ea4f1fec01d0edac9b8e365 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Mon, 19 Jan 2026 13:12:43 +0530 Subject: [PATCH 7/7] feat: rename label to target url --- src/components/robot/pages/RobotSettingsPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/robot/pages/RobotSettingsPage.tsx b/src/components/robot/pages/RobotSettingsPage.tsx index 684107e8..6c25004b 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' && (