diff --git a/src/components/robot/pages/RobotConfigPage.tsx b/src/components/robot/pages/RobotConfigPage.tsx index 6675aa3d..52ea2b21 100644 --- a/src/components/robot/pages/RobotConfigPage.tsx +++ b/src/components/robot/pages/RobotConfigPage.tsx @@ -182,7 +182,7 @@ export const RobotConfigPage: React.FC = ({ boxShadow: 'none', }} > - {isLoading ? t("buttons.saving") : (saveButtonText || t("buttons.save"))} + {isLoading ? t("Saving...") : (saveButtonText || t("buttons.save"))} )}