From a592d405c426e440ee6420f59329c023514c3f3f Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Thu, 17 Oct 2024 12:09:55 -0700 Subject: [PATCH] Update file suffix help text (#994) --- .../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 352694ff..79a3c91d 100644 --- a/skyvern-frontend/src/routes/workflows/editor/nodes/TaskNode/types.ts +++ b/skyvern-frontend/src/routes/workflows/editor/nodes/TaskNode/types.ts @@ -67,7 +67,7 @@ export const helpTooltipContent = { completeOnDownload: "Allow Skyvern to auto-complete the task when it downloads a file.", fileSuffix: - "If you allow complete on download, you can opt-in to add a suffix identifier.", + "A file suffix that's automatically added to all downloaded files.", errorCodeMapping: "Knowing about why a task terminated can be important, specify error messages here.", totpVerificationUrl: