feat: rename label to target url
This commit is contained in:
@@ -131,7 +131,7 @@ export const RobotSettingsPage = ({ handleStart }: RobotSettingsProps) => {
|
|||||||
{robot.recording_meta.type !== 'search' && (
|
{robot.recording_meta.type !== 'search' && (
|
||||||
<TextField
|
<TextField
|
||||||
label={t("robot_settings.target_url")}
|
label={t("robot_settings.target_url")}
|
||||||
key="Robot Target URL"
|
key="Target URL"
|
||||||
value={targetUrl}
|
value={targetUrl}
|
||||||
InputProps={{
|
InputProps={{
|
||||||
readOnly: true,
|
readOnly: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user