Prefer "live rates form"

This commit is contained in:
Claudio Sanches 2017-06-27 17:00:48 -03:00
parent a0425ad1b9
commit b9c76c568b
2 changed files with 2 additions and 2 deletions

View File

@ -346,7 +346,7 @@ class WC_Admin_Addons {
$local_defaults = array(
'image' => WC()->plugin_url() . '/assets/images/wcs-truck-banner-3x.png',
'title' => __( 'Show Canada Post shipping rates', 'woocommerce' ),
'description' => __( 'Display live Canada Post rates at checkout to make shipping a breeze. Powered by WooCommerce Services.', 'woocommerce' ),
'description' => __( 'Display live rates from Canada Post at checkout to make shipping a breeze. Powered by WooCommerce Services.', 'woocommerce' ),
'logos' => array_merge( $defaults['logos'], array(
array(
'link' => WC()->plugin_url() . '/assets/images/wcs-canada-post-logo.jpg',

View File

@ -503,7 +503,7 @@ class WC_Admin_Setup_Wizard {
case 'CA':
$local_content = array(
'title' => __( 'Enable WooCommerce Shipping (recommended)', 'woocommerce' ),
'description' => __( 'Display live Canada Post rates at checkout to make shipping a breeze. Powered by WooCommerce Services.', 'woocommerce' ),
'description' => __( 'Display live rates from Canada Post at checkout to make shipping a breeze. Powered by WooCommerce Services.', 'woocommerce' ),
);
break;
default: