Skip to content

Commit 2c0c58a

Browse files
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>
1 parent c54ef03 commit 2c0c58a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/pages/TaskPage/TaskPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ const TaskPage = () => {
9292
<div className="flex flex-col items-center">
9393
<Spinner loading className="mb-4" />
9494
<h3 className="m-0 font-medium text-content-primary text-base">
95-
Building the workspace
95+
Starting your workspace
9696
</h3>
9797
<span className="text-content-secondary text-sm">
98-
Your task will run as soon as the workspace is ready
98+
This should take a few minutes
9999
</span>
100100
</div>
101101
</div>

0 commit comments

Comments
 (0)