Merge pull request #872 from getmaxun/misc-fixes
fix: proper saving text after edit
This commit is contained in:
@@ -182,7 +182,7 @@ export const RobotConfigPage: React.FC<RobotConfigPageProps> = ({
|
||||
boxShadow: 'none',
|
||||
}}
|
||||
>
|
||||
{isLoading ? t("buttons.saving") : (saveButtonText || t("buttons.save"))}
|
||||
{isLoading ? t("Saving...") : (saveButtonText || t("buttons.save"))}
|
||||
</Button>
|
||||
)}
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user