Skip to content

Commit 1bd4ab8

Browse files
authored
Update trade-login.liquid
1 parent 2d5b671 commit 1bd4ab8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sections/trade-login.liquid

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@
2828

2929

3030
{%- if shop.customer_accounts_enabled -%}
31-
<a class="button" href="{{ routes.account_login_url }}">{{ 'customer.account.login' | t }}</a>
31+
<a class="button" href="{{ routes.account_login_url }}">
32+
{{ 'customer.login_page.sign_in' | t }}
33+
</a>
3234
{% else %}
3335

3436
<form method="post" action="/account/login" id="customer_login" accept-charset="UTF-8" novalidate="novalidate"><input type="hidden" name="form_type" value="customer_login">

0 commit comments

Comments
 (0)