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.
2 parents f2453a3 + 22c1add commit eb8d829Copy full SHA for eb8d829
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