From daeeb6e1fdd0ec2bb5e0a258c4155f1d4193fc1c Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Mon, 23 Sep 2024 17:35:34 +0530 Subject: [PATCH] feat: better message? --- src/components/molecules/InterpretationButtons.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/molecules/InterpretationButtons.tsx b/src/components/molecules/InterpretationButtons.tsx index 99c575cb..cd06a9b2 100644 --- a/src/components/molecules/InterpretationButtons.tsx +++ b/src/components/molecules/InterpretationButtons.tsx @@ -80,10 +80,7 @@ export const InterpretationButtons = ({ enableStepping }: InterpretationButtonsP Do you want to use your previous selection as a condition for performing this action? - [previous action: {decisionModal.action}] -
{decisionModal.selector}
-
{decisionModal.tagName}
-
{decisionModal.innerText}
+ [Your previous action was: {decisionModal.action}, on {decisionModal.innerText} {decisionModal.tagName}]
); default: return null;