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