From faa185a9277ca162f065d1618d476bb6a498fa75 Mon Sep 17 00:00:00 2001 From: Potenz Date: Fri, 31 Oct 2025 18:22:16 +0530 Subject: [PATCH] fix - ui text updated --- apps/Frontend/src/components/ui/selenium-task-banner.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/Frontend/src/components/ui/selenium-task-banner.tsx b/apps/Frontend/src/components/ui/selenium-task-banner.tsx index 1f8d0c9..f605907 100644 --- a/apps/Frontend/src/components/ui/selenium-task-banner.tsx +++ b/apps/Frontend/src/components/ui/selenium-task-banner.tsx @@ -37,10 +37,10 @@ export const SeleniumTaskBanner = ({
{status === "pending" - ? "Selenium Task In Progress" + ? "Task In Progress" : status === "success" - ? "Selenium Task Completed" - : "Selenium Task Error"} + ? "Task Completed" + : "Task Error"}

{message}