From d222ba22034e2404d17adcb1939310ba3a32d6f7 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Mon, 23 Sep 2024 15:43:26 +0530 Subject: [PATCH] feat: display less technical message to user --- src/components/molecules/InterpretationButtons.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/molecules/InterpretationButtons.tsx b/src/components/molecules/InterpretationButtons.tsx index 848c7e05..41196504 100644 --- a/src/components/molecules/InterpretationButtons.tsx +++ b/src/components/molecules/InterpretationButtons.tsx @@ -73,8 +73,7 @@ export const InterpretationButtons = ({ enableStepping }: InterpretationButtonsP return ( - Do you want to use the previously recorded selector - as a where condition for matching the action? + Do you want to use your previous selection as a condition for performing this action? [previous action: {decisionModal.action}]