feat: display less technical message to user
This commit is contained in:
@@ -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>]
|
||||||
|
|||||||
Reference in New Issue
Block a user