We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2453a3 commit 22c1addCopy full SHA for 22c1add
src/components/robot/pages/RobotConfigPage.tsx
@@ -182,7 +182,7 @@ export const RobotConfigPage: React.FC<RobotConfigPageProps> = ({
182
boxShadow: 'none',
183
}}
184
>
185
- {isLoading ? t("buttons.saving") : (saveButtonText || t("buttons.save"))}
+ {isLoading ? t("Saving...") : (saveButtonText || t("buttons.save"))}
186
</Button>
187
)}
188
</Box>
0 commit comments