Merge pull request #17123 from woocommerce/update/wizard-extras-copy

Setup wizard: add “powered by” to automated taxes description.
This commit is contained in:
Mike Jolley 2017-10-10 16:39:45 +01:00 committed by GitHub
commit 31367a72b8
1 changed files with 1 additions and 1 deletions

View File

@ -1368,7 +1368,7 @@ class WC_Admin_Setup_Wizard {
<div class="wc-wizard-service-description">
<h3><?php esc_html_e( 'Automated Taxes', 'woocommerce' ); ?></h3>
<p>
<?php esc_html_e( 'Well automatically calculate and charge the correct rate of tax for each time a customer checks out.', 'woocommerce' ); ?>
<?php esc_html_e( 'Well automatically calculate and charge the correct rate of tax for each time a customer checks out. Powered by WooCommerce Services.', 'woocommerce' ); ?>
</p>
</div>