Unable to translate "Buy it now button to Norwegian

Hi @hamarsen ,

It looks like shopify has changed the attribute on the buy now button. You should be able to make the but button dynamic by replacing previous code with the new code.

{% if request.locale.iso_code == "no" %}
    
    {% endif %}