Typo fix. Current pages creates a ton of errors when no items added to cart.
This commit is contained in:
parent
6ca1abff08
commit
60b4e41932
|
@ -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' ); ?>
|
||||
|
|
Reference in New Issue