From 0a5c253ab6833eb5d7ffc9d95d9066170c800a7c Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Mon, 4 Nov 2024 14:01:37 -0800 Subject: [PATCH] Fix task retry tooltip (#1129) --- .../src/routes/workflows/editor/nodes/TaskNode/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skyvern-frontend/src/routes/workflows/editor/nodes/TaskNode/types.ts b/skyvern-frontend/src/routes/workflows/editor/nodes/TaskNode/types.ts index 3a9ed512..a733fc30 100644 --- a/skyvern-frontend/src/routes/workflows/editor/nodes/TaskNode/types.ts +++ b/skyvern-frontend/src/routes/workflows/editor/nodes/TaskNode/types.ts @@ -59,7 +59,7 @@ export const helpTooltipContent = { "Tell Skyvern what data you would like to scrape at the end of your run.", dataSchema: "Specify a format for extracted data in JSON.", maxRetries: - "Specify how many times you would like a step within a task to retry upon failure.", + "Specify how many times you would like a task to retry upon failure.", maxStepsOverride: "Specify the maximum number of steps a task can take in total.", completeOnDownload: