Merge pull request #247 from evandiamond/master - Thx @evandiamond !

Typo fix. Current pages creates a ton of errors
This commit is contained in:
Holger 2017-02-11 08:12:25 +01:00 committed by GitHub
commit 15cee092fb
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ wc_print_notices();
?> ?>
<p class="cart-empty"> <p class="cart-empty">
<?php esh_html_e( 'Your cart is currently empty.', 'understrap' ) ?> <?php esc_html_e( 'Your cart is currently empty.', 'understrap' ) ?>
</p> </p>
<?php do_action( 'woocommerce_cart_is_empty' ); ?> <?php do_action( 'woocommerce_cart_is_empty' ); ?>