feat: display less technical message to user

This commit is contained in:
karishmas6
2024-09-23 15:43:26 +05:30
parent 9eec16feea
commit d222ba2203

View File

@@ -73,8 +73,7 @@ export const InterpretationButtons = ({ enableStepping }: InterpretationButtonsP
return ( return (
<React.Fragment> <React.Fragment>
<Typography> <Typography>
Do you want to use the previously recorded selector Do you want to use your previous selection as a condition for performing this action?
as a where condition for matching the action?
</Typography> </Typography>
<Box style={{ marginTop: '4px' }}> <Box style={{ marginTop: '4px' }}>
[previous action: <b>{decisionModal.action}</b>] [previous action: <b>{decisionModal.action}</b>]