From 2c0c58af7163ce616f4466701b2335fff7f12f0d Mon Sep 17 00:00:00 2001 From: "blink-so[bot]" <211532188+blink-so[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 10:35:17 -0400 Subject: [PATCH] fix: improve copy for tasks "starting" page (#18247) Update the copy on the task starting page to be more user-friendly: - Change "Building the workspace" to "Starting your workspace" - Change "Your task will run as soon as the workspace is ready" to "This should take a few minutes" The new copy provides clearer expectations about timing and uses more user-friendly language. Fixes #18164 Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com> --- site/src/pages/TaskPage/TaskPage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/src/pages/TaskPage/TaskPage.tsx b/site/src/pages/TaskPage/TaskPage.tsx index 287568852d..ea32ea5d43 100644 --- a/site/src/pages/TaskPage/TaskPage.tsx +++ b/site/src/pages/TaskPage/TaskPage.tsx @@ -92,10 +92,10 @@ const TaskPage = () => {

- Building the workspace + Starting your workspace

- Your task will run as soon as the workspace is ready + This should take a few minutes