feat: add translation key

This commit is contained in:
Rohit
2025-08-04 23:40:25 +05:30
parent 080c0790b3
commit b04c5ef0cc

View File

@@ -126,7 +126,7 @@ export const RobotSettingsPage = ({ handleStart }: RobotSettingsProps) => {
<RobotConfigPage
title={t("robot_settings.title")}
onCancel={handleCancel}
cancelButtonText={t("Close")}
cancelButtonText={t("robot_settings.buttons.close")}
showSaveButton={false}
>
<>