feat: add translation key
This commit is contained in:
@@ -126,7 +126,7 @@ export const RobotSettingsPage = ({ handleStart }: RobotSettingsProps) => {
|
|||||||
<RobotConfigPage
|
<RobotConfigPage
|
||||||
title={t("robot_settings.title")}
|
title={t("robot_settings.title")}
|
||||||
onCancel={handleCancel}
|
onCancel={handleCancel}
|
||||||
cancelButtonText={t("Close")}
|
cancelButtonText={t("robot_settings.buttons.close")}
|
||||||
showSaveButton={false}
|
showSaveButton={false}
|
||||||
>
|
>
|
||||||
<>
|
<>
|
||||||
|
|||||||
Reference in New Issue
Block a user