Error message translation missing in product page

Hi, I recently adjusted some code to have my Dawn theme product page look more like the Debut page one (with picture slider). For some reason I now keep on getting this pop up:

translation missing: en.products.product.include_taxes translation missing: en.products.product.shipping_policy_html

I’ve checked in ‘edit languages’ and nothing seems to be missing. Any idea how to get rid of this or find the root cause?

Screenshot of the message:

Thank you!

You can delete the 2 lines in product.liquid file.

hi @ChoosiZon

Which lines would that be then, you mean in the main-product.liquid section then? I would rather also just know what causes the error. I imagine there’s a reason these lines are in there.

Thank you.

Can you go to Locales and open en.default.json file.

Copy the whole file and paste here.

Without seeing this, difficult to sort out.

The error means you have 2 translation keys in your html, but not have corresponding strings of translated text in the locale file. In this case the en.default.json file.