From a60973419eb6a914a4dc878df21aba383a1eaad3 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Fri, 25 Oct 2024 00:22:44 +0530 Subject: [PATCH] feat: please wait text --- src/components/molecules/InterpretationButtons.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/molecules/InterpretationButtons.tsx b/src/components/molecules/InterpretationButtons.tsx index b98f0583..0723bac2 100644 --- a/src/components/molecules/InterpretationButtons.tsx +++ b/src/components/molecules/InterpretationButtons.tsx @@ -139,7 +139,7 @@ export const InterpretationButtons = ({ enableStepping }: InterpretationButtonsP disabled={info.running} sx={{ display: 'grid' }} > - {info.running ? 'Extracting data...almost there!' : 'Get Preview of Output Data'} + {info.running ? 'Extracting data...please wait' : 'Get Preview of Output Data'} { }}