I was trying to modify the empty cart message in woocommerce code, but when I make any change nothing happens in the theme (website)!
<div class="empt-container-cta">
<a class="btn" href="<?php echo esc_url( apply_filters( 'woocommerce_return_to_shop_redirect', wc_get_page_permalink( 'shop' ) ) ); ?>">
<?php esc_html_e('your cart is empty Go Shopping') ?> <i class="ion ion-right ion-ios-arrow-forward"></i>
</a>
</div>