From e7ee418debcf92f5635825c4f7b6e08c3e61e5d5 Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Tue, 15 Oct 2024 15:36:59 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'skyvern-fronte?= =?UTF-8?q?nd/src/'=20with=20remote=20'skyvern-frontend/src/'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit > [!IMPORTANT] > Update label for `california_edd` in `PromptBox.tsx` to "Fill an online enrollment form". > > - **Text Update**: > - In `PromptBox.tsx`, changed the label for `california_edd` from "California EDD" to "Fill an online enrollment form". > > This description was created by [Ellipsis](https://www.ellipsis.dev?ref=Skyvern-AI%2Fskyvern-cloud&utm_source=github&utm_medium=referral) for 8e7d7570b504cda839383a37ab32b2c8f190f048. It will automatically update as commits are pushed. --- skyvern-frontend/src/routes/tasks/create/PromptBox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skyvern-frontend/src/routes/tasks/create/PromptBox.tsx b/skyvern-frontend/src/routes/tasks/create/PromptBox.tsx index e43c1faa1..8b83f4b29 100644 --- a/skyvern-frontend/src/routes/tasks/create/PromptBox.tsx +++ b/skyvern-frontend/src/routes/tasks/create/PromptBox.tsx @@ -58,7 +58,7 @@ const exampleCases = [ }, { key: "california_edd", - label: "California EDD", + label: "Fill an online enrollment form", }, { key: "contact_us_forms",