Skip to content

Commit 2f4b75e

Browse files
authored
Update woo-main.tpl.php
1 parent 2df16f1 commit 2f4b75e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/importer/woo-main.tpl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<div class="named-area__header">
1717
<div class="named-area__titles">
1818
<div class="named-area__title"><?php esc_html_e( 'Update your catalog', 'ecwid-shopping-cart' ); ?></div>
19-
<div class="named-area__subtitle"><?php echo esc_html__( sprintf( __( 'This import will copy your WooCommerce products and categories to your %s store.', 'ecwid-shopping-cart' ), Ecwid_Config::get_brand() ) ); ?></div>
19+
<div class="named-area__subtitle"><?php echo esc_html( sprintf( __( 'This import will copy your WooCommerce products and categories to your %s store.', 'ecwid-shopping-cart' ), Ecwid_Config::get_brand() ) ); ?></div>
2020
</div>
2121
</div>
2222
<div class="named-area__body">

0 commit comments

Comments
 (0)