Hi,
I have a simple question, but i don't found the answser,
Whitch folder is concern to customize the login/register pop-up on magento 2
(see picture)
i just want change the title and content.
I only found app/design/frontend/.../.../Magento_Checkout/web/template/authentication.html but it's a data-bind :
data-bind="mageInit: { 'Magento_Ui/js/modal/modal':{ 'type': 'custom', 'modalClass': 'authentication-dropdown', 'trigger': '[data-trigger=authentication]', 'wrapperClass': 'authentication-wrapper', 'parentModalClass': '_has-modal-custom _has-auth-shown', 'responsive': true, 'responsiveClass': 'custom-slide', 'overlayClass': 'dropdown-overlay modal-custom-overlay', 'buttons': [] }}">
Thank for your help (sorry for me english, i am french)
Have a good day
Not able to see the screenshot.
It will be visible once moderator approved it.
In the mean time can you share the link of the image.
Thanks!
Hello @julien_rouzot1
Enable template path hint to get more ideas on this.
or take the help of any Magento developer to know which files need to be changed to customize it.
This popup seems coming from a Magento theme. Also if you are looking to translate the words, try using CSV method.
https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/translations/translate_practice.html
Thank you for your help but,
When i search ctrl+F on PHPSTORM, i can't found this template,
i can't found his CSV with translation too. Maybe this is in vendor...