Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function formatMessageForUI( message: string ): string {
return __( 'Running the Blueprint…' );
}
if ( message.includes( 'Finished running the blueprint' ) ) {
return __( 'Finished running the Blueprint…' );
return __( 'Finishing running the Blueprint…' );
Copy link
Contributor

@katinthehatsite katinthehatsite Dec 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have three suggestions to avoid having two words with ing at the end:

Finishing up with Blueprint or maybe Completing the Blueprint or Wrapping up the Blueprint installation or something along these lines. What do you think?

}
if ( message.includes( 'Preparing workers' ) ) {
return __( 'Preparing workers…' );
Expand Down