feat: remove robot from label
This commit is contained in:
@@ -682,7 +682,7 @@ const RobotCreate: React.FC = () => {
|
|||||||
value={scrapeRobotName}
|
value={scrapeRobotName}
|
||||||
onChange={(e) => setScrapeRobotName(e.target.value)}
|
onChange={(e) => setScrapeRobotName(e.target.value)}
|
||||||
sx={{ mb: 2 }}
|
sx={{ mb: 2 }}
|
||||||
label="Robot Name"
|
label="Name"
|
||||||
/>
|
/>
|
||||||
<TextField
|
<TextField
|
||||||
placeholder="Example: https://www.ycombinator.com/companies/"
|
placeholder="Example: https://www.ycombinator.com/companies/"
|
||||||
@@ -843,7 +843,7 @@ const RobotCreate: React.FC = () => {
|
|||||||
|
|
||||||
<Box sx={{ width: '100%', maxWidth: 700, mb: 2 }}>
|
<Box sx={{ width: '100%', maxWidth: 700, mb: 2 }}>
|
||||||
<TextField
|
<TextField
|
||||||
label="Robot Name"
|
label="Name"
|
||||||
placeholder="Example: YC Companies Crawler"
|
placeholder="Example: YC Companies Crawler"
|
||||||
fullWidth
|
fullWidth
|
||||||
value={crawlRobotName}
|
value={crawlRobotName}
|
||||||
|
|||||||
@@ -1094,7 +1094,7 @@ export const RobotEditPage = ({ handleStart }: RobotSettingsProps) => {
|
|||||||
<>
|
<>
|
||||||
<TextField
|
<TextField
|
||||||
label={t("robot_edit.change_name")}
|
label={t("robot_edit.change_name")}
|
||||||
key="Robot Name"
|
key="Name"
|
||||||
type="text"
|
type="text"
|
||||||
value={robot.recording_meta.name}
|
value={robot.recording_meta.name}
|
||||||
onChange={(e) => handleRobotNameChange(e.target.value)}
|
onChange={(e) => handleRobotNameChange(e.target.value)}
|
||||||
|
|||||||
Reference in New Issue
Block a user