From ace4946273ddffea31cd79d04831e34647074211 Mon Sep 17 00:00:00 2001 From: "blink-so[bot]" <211532188+blink-so[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 14:09:36 +0000 Subject: [PATCH] tasks: fix copy for "starting" page 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" Fixes #18164 --- 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 287568852d209..ea32ea5d43f40 100644 --- a/site/src/pages/TaskPage/TaskPage.tsx +++ b/site/src/pages/TaskPage/TaskPage.tsx @@ -92,10 +92,10 @@ const TaskPage = () => {