Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2c0c58a

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 "Thisshould take a few minutes"The new copy provides clearer expectations about timing and uses moreuser-friendly language.Fixes#18164Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com>
1 parentc54ef03 commit2c0c58a

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
<divclassName="flex flex-col items-center">
9393
<SpinnerloadingclassName="mb-4"/>
9494
<h3className="m-0 font-medium text-content-primary text-base">
95-
Building the workspace
95+
Starting your workspace
9696
</h3>
9797
<spanclassName="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)

[8]ページ先頭

©2009-2025 Movatter.jp