How can I change the default free shipping notification in the cart?

Hi,

Default notification in cart is:

FREE SHIPPING FOR ANY ORDERS ABOVE $2,000.00

I have gone through the language files and liquid files (cart.ship.liquid) but this default amount remains

cart.ship.liquid:

{% assign freeshipping_value = settings.free_shipping | plus: 0 %}
{% assign freeshipping_value_notice = freeshipping_value | times: 100 | money %}

The language files look like this:

Freeshipping notice html
Free shipping for any orders above {{ freeshipping_value }}

Freeshipping notice page
Continue shopping to add more products to your cart and receive free shipping for any orders above {{ freeshipping_value }}

Any suggestion would help