Change WooCommerce Services to WooCommerce Shipping & Tax. (https://github.com/woocommerce/woocommerce-admin/pull/5305)

This commit is contained in:
Timmy Crawford 2020-10-08 14:15:29 -07:00 committed by GitHub
parent 259489a0b9
commit 178278c951
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class Confirm_Tax_Settings {
$note = new Note();
$note->set_title( __( 'Confirm tax settings', 'woocommerce-admin' ) );
$note->set_content( __( 'Automated tax calculations are enabled on your store through WooCommerce Services. Learn more about automated taxes <a href="https://docs.woocommerce.com/document/woocommerce-services/#section-12">here</a>.', 'woocommerce-admin' ) );
$note->set_content( __( 'Automated tax calculations are enabled on your store through WooCommerce Shipping & Tax. Learn more about automated taxes <a href="https://docs.woocommerce.com/document/woocommerce-services/#section-12">here</a>.', 'woocommerce-admin' ) );
$note->set_source( 'woocommerce-admin' );
$note->add_action(
'confirm-tax-settings_edit-tax-settings',