We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d5b671 commit 1bd4ab8Copy full SHA for 1bd4ab8
sections/trade-login.liquid
@@ -28,7 +28,9 @@
28
29
30
{%- if shop.customer_accounts_enabled -%}
31
- <a class="button" href="{{ routes.account_login_url }}">{{ 'customer.account.login' | t }}</a>
+ <a class="button" href="{{ routes.account_login_url }}">
32
+ {{ 'customer.login_page.sign_in' | t }}
33
+ </a>
34
{% else %}
35
36
<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