capitalize Woo.com when used in a sentence

Co-authored-by: Corey McKrill <916023+coreymckrill@users.noreply.github.com>
This commit is contained in:
Leif Singer 2023-11-10 13:49:55 +01:00 committed by Leif Singer
parent 1d052f2761
commit 8f901fa0e0
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ class WC_WCCOM_Site_Installer {
);
if ( 200 !== wp_remote_retrieve_response_code( $request ) ) {
return new WP_Error( 'product_info_failed', __( 'Failed to retrieve product info from woo.com', 'woocommerce' ) );
return new WP_Error( 'product_info_failed', __( 'Failed to retrieve product info from Woo.com', 'woocommerce' ) );
}
$result = json_decode( wp_remote_retrieve_body( $request ), true );