feat: remove robot from label

This commit is contained in:
amhsirak
2026-01-19 13:09:00 +05:30
parent fd60534ba8
commit b28738bc11
2 changed files with 3 additions and 3 deletions

View File

@@ -1094,7 +1094,7 @@ export const RobotEditPage = ({ handleStart }: RobotSettingsProps) => {
<>
<TextField
label={t("robot_edit.change_name")}
key="Robot Name"
key="Name"
type="text"
value={robot.recording_meta.name}
onChange={(e) => handleRobotNameChange(e.target.value)}