feat: rename label to target url

This commit is contained in:
amhsirak
2026-01-19 13:12:43 +05:30
parent 18aa2bb6db
commit 091c43009b

View File

@@ -131,7 +131,7 @@ export const RobotSettingsPage = ({ handleStart }: RobotSettingsProps) => {
{robot.recording_meta.type !== 'search' && (
<TextField
label={t("robot_settings.target_url")}
key="Robot Target URL"
key="Target URL"
value={targetUrl}
InputProps={{
readOnly: true,