Typo fix. Current pages creates a ton of errors when no items added to cart.

This commit is contained in:
Evan 2017-02-11 01:12:51 -05:00
parent 6ca1abff08
commit 60b4e41932
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ wc_print_notices();
?>
<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>
<?php do_action( 'woocommerce_cart_is_empty' ); ?>