diff --git a/src/lib/wordpress-provider/playground-cli/playground-server-process-child.ts b/src/lib/wordpress-provider/playground-cli/playground-server-process-child.ts index 5600d86c02..dbdbb0aa79 100644 --- a/src/lib/wordpress-provider/playground-cli/playground-server-process-child.ts +++ b/src/lib/wordpress-provider/playground-cli/playground-server-process-child.ts @@ -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…' ); } if ( message.includes( 'Preparing workers' ) ) { return __( 'Preparing workers…' );