fix: rename to Actions

This commit is contained in:
amhsirak
2025-10-27 17:42:02 +05:30
parent 477aaf8e6e
commit b00dc4286b

View File

@@ -571,7 +571,7 @@ export const RobotEditPage = ({ handleStart }: RobotSettingsProps) => {
return ( return (
<> <>
<Typography variant="body1" style={{ marginBottom: '10px' }}> <Typography variant="body1" style={{ marginBottom: '10px' }}>
{t('Action Names')} {t('Actions')}
</Typography> </Typography>
{inputs} {inputs}
</> </>