This commit is contained in:
Justin Shreve 2019-08-08 12:15:33 -04:00 committed by GitHub
parent 708464fe8e
commit 309e5309ef
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ class WC_Admin_REST_Onboarding_Plugins_Controller extends WC_REST_Data_Controlle
}
return( array(
'slug' => $slug,
'slug' => 'jetpack',
'name' => __( 'Jetpack', 'woocommerce-admin' ),
'connectAction' => $connect_url,
) );