Frage

I have to change the text "Prijava" in the header to "Login". See the image: enter image description here How can I do this? I tried to look for it in the .phtml and Block class, but I couldn't find the text "Prijava" nowhere, in order to change it. Where can it be? I tried also to look at the CMS tab Static Blocks and Pages section in admin, but this text doesn't exist there either.

War es hilfreich?

Lösung

You can find where the text is from an ssh session. Type grep -r "Prijava" from your installation directory. The -r switch makes it recursive.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit magento.stackexchange
scroll top