How can I change the customer login icon to say 'Login'?

Hi,

I’d like to change the icon to say “Login”. How can I do this?

@Raw2

Welcome to the shopify community, kindly share the store URL so I can have a look
and potentially provide you a solution.

rawjucesubscription.myshopify.com

Hi,

Following up on this?

follow this path:
Themes => edit code => snippets => stie-nav.liquid
and change the code like this image


  {{ 'layout.customer.log_in' | t }}
  {%comment%}
    {% include 'icon-user' %}
  {%endcomment%}