Skip to content

Commit

Permalink
Merge pull request woocommerce#26670 from woocommerce/tweak/26123
Browse files Browse the repository at this point in the history
Add note to Products Importer description that TXT files are also supported.
  • Loading branch information
juliaamosova authored Jun 2, 2020
2 parents adca2cb + 479cac4 commit 8fe149d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<form class="wc-progress-form-content woocommerce-importer" enctype="multipart/form-data" method="post">
<header>
<h2><?php esc_html_e( 'Import products from a CSV file', 'woocommerce' ); ?></h2>
<p><?php esc_html_e( 'This tool allows you to import (or merge) product data to your store from a CSV file.', 'woocommerce' ); ?></p>
<p><?php esc_html_e( 'This tool allows you to import (or merge) product data to your store from a CSV or TXT file.', 'woocommerce' ); ?></p>
</header>
<section>
<table class="form-table woocommerce-importer-options">
Expand Down

0 comments on commit 8fe149d

Please sign in to comment.