Pretty self-explanatory; using Debutify right now. I want tho change the contents of the “PASSWORD INCORRECT, PLEASE TRY AGAIN” message. There is no string within the password.liquid file to alter/edit this text (like there once was when I was previously using the original Debut theme, and I made this work fine.)
This is what I am faced with while trying to edit password.liquid’s contents:
{% form ‘storefront_password’ %}
{{ form.errors | default_errors }}
(something to change the “Incorrect Password” message should be right here but as you can see it is not)
{{ ‘general.password_page.login_form_password_label’ | t }}
{{ 'general.password_page.login_form_submit' | t }}
{% endform %}
Tried using Inspect Element in Chrome to reverse engineer but no dice. The strings are different when I inspect my site which I found odd:
Ash here from the Shopify team. Thank you for posting your question in the Shopify Community!
I’m not a code expert myself, but it sounds to me that you’ve taken a thorough look through the password.liquid file of your Debutify theme. Since the wording you’re looking to adjust doesn’t seem to live in the code, that tells me we can likely make your desired change from the Theme Language Editor. Once inside the Language Editor, type into the search bar “Password incorrect, please try again”. Doing this should bring you to the correct field in the Language Editor where you can change this wording.
While I don’t have the Debutify theme on my store, I tested the above method out myself on a couple free Shopify themes. Here are some screenshots to show the process: